te
Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
/usr/lib/64/libmenu.so.1
Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
LIBMENU 3LIB "May 22, 2003"
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
64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE |
MT-Level Unsafe |
SEE ALSO
Intro(3), libcurses(3LIB), attributes(5)