functional listbox

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@328 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-14 16:41:38 +00:00
parent c6e267a2b7
commit c30431f166
8 changed files with 237 additions and 34 deletions

View File

@@ -9,6 +9,7 @@ static void lldrawhandler(MwLL handle, void* data) {
(void)data;
MwDispatch(h, draw);
if(h->draw_inject != NULL) h->draw_inject(h);
}
static void lluphandler(MwLL handle, void* data) {
@@ -110,6 +111,7 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent,
h->close = 0;
h->destroy_queue = NULL;
h->prop_event = 1;
h->draw_inject = NULL;
if(h->lowlevel != NULL) {
h->lowlevel->user = h;