DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

menu_item_visible(S)


menu_item_visible: item_visible -- tell if menus item is visible

Syntax

cc ... -lmenu -lcurses

#include <menu.h>

int item_visible(ITEM *item);

Description

A menu item is visible if it currently appears in the subwindow of a posted menu. item_visible(S) returns TRUE if item is visible; otherwise it returns FALSE.

Return values

item_visible(S) returns a boolean value of TRUE (1) or FALSE (0).

Warning

The header file menu.h automatically includes the header files eti.h and curses.h.

Files


/usr/lib/libmenu.a
the library

See also

curses(S), menus(S), menu_new(S)

Standards conformance

item_visible(S) is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003