update example

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@648 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-09 05:23:08 +00:00
parent e59603e7d4
commit 2267d7fbd2

View File

@@ -87,6 +87,8 @@ int main() {
MwAddUserHandler(button3, MwNactivateHandler, handler, NULL);
MwAddUserHandler(button4, MwNactivateHandler, handler, NULL);
resize(window, NULL, NULL);
m = MwMenuAdd(menu, NULL, "test 1");
m2 = MwMenuAdd(menu, m, "test 2");
MwMenuAdd(menu, m2, "test 3");