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