introduce box widget
This commit is contained in:
parent
5003d29246
commit
50f11b1c69
31 changed files with 353 additions and 19 deletions
|
|
@ -101,6 +101,11 @@ MwClassRec MwButtonClassRec = {
|
|||
NULL, /* key */
|
||||
NULL, /* execute */
|
||||
NULL, /* tick */
|
||||
NULL, /* resize */
|
||||
NULL, /* children_update */
|
||||
NULL, /* children_prop_change */
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue