DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

menu_item_visible(S-osr5)


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-osr5) returns TRUE if item is visible; otherwise it returns FALSE.

Return values

item_visible(S-osr5) 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-osr5), menus(S-osr5), menu_new(S-osr5)

Standards conformance

item_visible(S-osr5) is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005