optimize box later

This commit is contained in:
Nishi 2026-03-27 16:41:32 +09:00
commit 7be0a72fca
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 61 additions and 21 deletions

View file

@ -27,6 +27,7 @@ typedef struct _MwListBoxEntry MwListBoxEntry;
typedef struct _MwTreeViewEntry MwTreeViewEntry;
typedef struct _MwDirectoryEntry MwDirectoryEntry;
typedef struct _MwListBoxPacket MwListBoxPacket;
typedef struct _MwBox* MwBox;
#ifdef _MILSKO
typedef struct _MwWidget* MwWidget;
#else
@ -200,6 +201,10 @@ struct _MwListBoxPacket {
char*** names;
};
struct _MwBox {
int layout;
};
struct _MwClass {
MwHandlerWithStatus create;
MwHandler destroy;