update example
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@648 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
e59603e7d4
commit
2267d7fbd2
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ int main() {
|
||||||
MwAddUserHandler(button3, MwNactivateHandler, handler, NULL);
|
MwAddUserHandler(button3, MwNactivateHandler, handler, NULL);
|
||||||
MwAddUserHandler(button4, MwNactivateHandler, handler, NULL);
|
MwAddUserHandler(button4, MwNactivateHandler, handler, NULL);
|
||||||
|
|
||||||
|
resize(window, NULL, NULL);
|
||||||
|
|
||||||
m = MwMenuAdd(menu, NULL, "test 1");
|
m = MwMenuAdd(menu, NULL, "test 1");
|
||||||
m2 = MwMenuAdd(menu, m, "test 2");
|
m2 = MwMenuAdd(menu, m, "test 2");
|
||||||
MwMenuAdd(menu, m2, "test 3");
|
MwMenuAdd(menu, m2, "test 3");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue