introduce box widget

This commit is contained in:
Nishi 2025-12-15 14:09:30 +09:00
commit 50f11b1c69
Signed by: nishi
GPG key ID: 27EF69B208EB9343
31 changed files with 353 additions and 19 deletions

View file

@ -493,6 +493,11 @@ MwClassRec MwTreeViewClassRec = {
NULL, /* key */
func_handler, /* execute */
tick, /* tick */
NULL, /* resize */
NULL, /* children_update */
NULL, /* children_prop_change */
NULL,
NULL,
NULL,
NULL,
NULL};