W_MENU Struct Reference
[Window LibraryWindow Library]

This structure groups variables related to handle a menu into a window. More...

#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)


Detailed Description

This structure groups variables related to handle a menu into a window.


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 22 11:45:27 2006 for WinDom by  doxygen 1.4.6