Menu library MenuTnormal()
Programming guideline of WinDom

MenuBar()

NAME

MenuBar - defines the desktop menu.

PROTOTYPAGE

int MenuBar( OBJECT *menu, int mode);

PARAMETRES

menu:
address of the menu objet tree,

mode:
1 displays the menu, 0 removes the menu,

return:
0 if no error.

DESCRIPTION

MenuBar() remplaces the AES menu_bar() function. menu_bar() should never used in the WinDom environment.

VOIR AUSSI

MenuTnormal(), MenuIcheck(), MenuText().