things
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@19 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
6c44baff6c
commit
9f96056a1a
8 changed files with 83 additions and 63 deletions
|
|
@ -1,11 +1,14 @@
|
|||
/* $Id$ */
|
||||
#include <Milsko/Milsko.h>
|
||||
|
||||
static void draw(MilskoWidget handle) {
|
||||
}
|
||||
|
||||
MilskoClassRec MilskoWindowClassRec = {
|
||||
NULL, /* opaque */
|
||||
NULL, /* create */
|
||||
NULL, /* destroy */
|
||||
NULL, /* draw */
|
||||
draw, /* draw */
|
||||
NULL /* click */
|
||||
};
|
||||
MilskoClass MilskoWindowClass = &MilskoWindowClassRec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue