menu buttons

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@106 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 16:28:48 +00:00
parent 5d7d47907a
commit cb46c5ba34
10 changed files with 116 additions and 10 deletions

View File

@@ -22,8 +22,12 @@ static void lldownhandler(MwLL handle) {
static void llresizehandler(MwLL handle) {
MwWidget h = (MwWidget)handle->user;
int i;
MwDispatchUserHandler(h, MwNresizeHandler, NULL);
for(i = 0; i < arrlen(h->children); i++) {
MwDispatch(h->children[i], parent_resize);
}
}
static void llclosehandler(MwLL handle) {