forked from pyrite-dev/milsko
menu buttons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@106 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
5d7d47907a
commit
cb46c5ba34
10 changed files with 116 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue