Programming guideline of WinDom
- NAME
-
MenuTnormal - hilight an entry in a menu.
- PROTOTYPAGE
-
int MenuTnormal( WINDOW *win, int title, int mode);
- PARAMETERS
-
- win:
- window descriptor or NULL,
- title:
- index of the entry in the menu,
- mode:
- 0 hilights the entry and 1 unhilights it,
- return:
- 0 if no error.
- DESCRIPTION
-
MenuTnormal() replaces the AES menu_tnormal() function. It
can be used on window menu or on the desktop menu (win=NULL).
MenuTnormal() it usually used to unlight a menu entry when a
MN_SELECTED or WM_MNSELECTED message occurs.
- SEE ALSO
-
MenuBar()