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
|
|
@ -23,7 +23,8 @@ MwClassRec MwWindowClassRec = {
|
|||
create, /* create */
|
||||
NULL, /* destroy */
|
||||
draw, /* draw */
|
||||
NULL /* click */
|
||||
NULL, /* click */
|
||||
NULL /* parent_resize */
|
||||
};
|
||||
MwClass MwWindowClass = &MwWindowClassRec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue