mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
menu buttons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@106 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user