Main Page | Alphabetical List | Class List | File List | Class Members | File Members

editor/widget.h

Go to the documentation of this file.
00001 #ifndef WIDGET_H
00002 #define WIDGET_H
00003 
00004 struct widget
00005 {
00006     int x, y, width, height, focused;
00007     void (*draw)(struct widget *this);
00008     void (*key)(struct widget *this, int key);
00009     const char *label;
00010     void *content;
00011 };
00012 
00013 #endif
00014 

Generated on Thu Apr 22 14:06:32 2004 for SKye by doxygen 1.3.6