Menu library MenuTnormal() MenuText()
Programming guideline of WinDom

MenuIcheck()

NAME

MenuIcheck - Check/uncheck an entry in a menu.

PROTOTYPAGE

int MenuIcheck( WINDOW *win, int index, int mode);

PARAMETERS

win:
window descriptor or NULL,

index:
item index in the menu,

mode:
1 checks the item and 0 unckecks the item.

return:
0 if no error.

DESCRIPTION

MenuIcheck() is the remplacent of the AES menu_icheck() function. It is used to check or uncheck an item in a window menu or the desktop menu (win=NULL).

SEE ALSO

MenuBar()