menu buttons

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@106 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-01 16:28:48 +00:00
commit cb46c5ba34
10 changed files with 116 additions and 10 deletions

View file

@ -23,7 +23,8 @@ MwClassRec MwWindowClassRec = {
create, /* create */
NULL, /* destroy */
draw, /* draw */
NULL /* click */
NULL, /* click */
NULL /* parent_resize */
};
MwClass MwWindowClass = &MwWindowClassRec;