#include <xgedit.h>
Data Fields | |
int | id |
short | w |
short | h |
short | x |
short | y |
void * | data0 |
void * | data1 |
void * | data2 |
short | xofs |
short | yofs |
char | rpos |
char | window_num |
short | state |
boolean(* | msgproc )(struct xge_widget *, int, int, short, short) |
void(* | redraw )(struct xge_widget *, boolean) |
struct xge_widget * | next |
struct xge_widget * | prev |
struct xge_widget * | up |
void* xge_widget::data0 |
void * xge_widget::data1 |
void * xge_widget::data2 |
short xge_widget::h |
int xge_widget::id |
boolean(* xge_widget::msgproc)(struct xge_widget *, int, int, short, short) |
struct xge_widget* xge_widget::next |
struct xge_widget * xge_widget::prev |
void(* xge_widget::redraw)(struct xge_widget *, boolean) |
char xge_widget::rpos |
short xge_widget::state |
struct xge_widget * xge_widget::up |
short xge_widget::w |
short xge_widget::x |
short xge_widget::xofs |
short xge_widget::y |
short xge_widget::yofs |