LIBMENU(3LIB) Interface Libraries LIBMENU(3LIB)

NAME


libmenu - menus library

SYNOPSIS


cc [ flag... ] file... -lmenu [ library... ]


DESCRIPTION


Functions in this library provide menus using libcurses(3LIB) routines.

INTERFACES


The shared object libmenu.so.1 provides the public interfaces defined
below. See Intro(3) for additional information on shared object
interfaces.


current_item free_item
free_menu item_count
item_description item_index
item_init item_name
item_opts item_opts_off
item_opts_on item_term
item_userptr item_value
item_visible menu_back
menu_driver menu_fore
menu_format menu_grey
menu_init menu_items
menu_mark menu_opts
menu_opts_off menu_opts_on
menu_pad menu_pattern
menu_sub menu_term
menu_userptr menu_win
new_item new_menu
pos_menu_cursor post_menu
scale_menu set_current_item
set_item_init set_item_opts
set_item_term set_item_userptr
set_item_value set_menu_back
set_menu_fore set_menu_format
set_menu_grey set_menu_init
set_menu_items set_menu_mark
set_menu_opts set_menu_pad
set_menu_pattern set_menu_sub
set_menu_term set_menu_userptr
set_menu_win set_top_row
top_row unpost_menu


FILES


/usr/lib/libmenu.so.1
shared object


/usr/lib/64/libmenu.so.1
64-bit shared object


ATTRIBUTES


See attributes(7) for descriptions of the following attributes:


+---------------+-----------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------+
|MT-Level | Unsafe |
+---------------+-----------------+

SEE ALSO


Intro(3), libcurses(3LIB), attributes(7)

May 22, 2003 LIBMENU(3LIB)