#include <mt_wndm.h>
Data Fields | |
OBJECT * | root |
Address of root objects tree. | |
OBJECT * | real |
Address of objects tree used to duplicated root. | |
int | scroll |
Private, use to handle scroll menu widget. | |
void * | bind |
Private, list of binded events. | |
void(* | hilight )(struct _appvar *app, struct _window *win, int title, int item) |
void* W_MENU::bind |
Private, list of binded events.
void(* W_MENU::hilight)(struct _appvar *app, struct _window *win, int title, int item) |
OBJECT* W_MENU::real |
Address of objects tree used to duplicated root.
OBJECT* W_MENU::root |
Address of root objects tree.
It is an object tree memory duplicated
int W_MENU::scroll |
Private, use to handle scroll menu widget.