?? menu.3x
字號:
'\" t.\"***************************************************************************.\" Copyright (c) 1998,2000,2002 Free Software Foundation, Inc. *.\" *.\" Permission is hereby granted, free of charge, to any person obtaining a *.\" copy of this software and associated documentation files (the *.\" "Software"), to deal in the Software without restriction, including *.\" without limitation the rights to use, copy, modify, merge, publish, *.\" distribute, distribute with modifications, sublicense, and/or sell *.\" copies of the Software, and to permit persons to whom the Software is *.\" furnished to do so, subject to the following conditions: *.\" *.\" The above copyright notice and this permission notice shall be included *.\" in all copies or substantial portions of the Software. *.\" *.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *.\" *.\" Except as contained in this notice, the name(s) of the above copyright *.\" holders shall not be used in advertising or otherwise to promote the *.\" sale, use or other dealings in this Software without prior written *.\" authorization. *.\"***************************************************************************.\".\" $Id: menu.3x,v 1.15 2002/01/19 22:48:58 tom Exp $.TH menu 3X "".SH NAME\fBmenu\fR - curses extension for programming menus.SH SYNOPSIS\fB#include <menu.h>\fR.br.SH DESCRIPTIONThe \fBmenu\fR library provides terminal-independent facilities for composingmenu systems on character-cell terminals. The library includes: item routines,which create and modify menu items; and menu routines, which group items intomenus, display menus on the screen, and handle interaction with the user.The \fBmenu\fR library uses the \fBcurses\fR libraries, and a cursesinitialization routine such as \fBinitscr\fR must be called before using any ofthese functions. To use the \fBmenu\fR library, link with the options\fB-lmenu -lcurses\fR..SS Current Default Values for Item AttributesThe \fBmenu\fR library maintains a default value for item attributes. You canget or set this default by calling the appropriate \fBget_\fR or \fBset_\fRroutine with a \fBNULL\fR item pointer. Changing this default with a\fBset_\fR function affects future item creations, but does not change therendering of items already created..SS Routine Name IndexThe following table lists each \fBmenu\fR routine and the name ofthe manual page on which it is described..TSl l .\fBcurses\fR Routine Name Manual Page Name=current_item \fBmitem_current\fR(3X)free_item \fBmitem_new\fR(3X)free_menu \fBmenu_new\fR(3X)item_count \fBmenu_items\fR(3X)item_description \fBmitem_name\fR(3X)item_index \fBmitem_current\fR(3X)item_init \fBmenu_hook\fR(3X)item_name \fBmitem_name\fR(3X)item_opts \fBmitem_opts\fR(3X)item_opts_off \fBmitem_opts\fR(3X)item_opts_on \fBmitem_opts\fR(3X)item_term \fBmenu_hook\fR(3X)item_userptr \fBmitem_userptr\fR(3X)item_value \fBmitem_value\fR(3X)item_visible \fBmitem_visible\fR(3X)menu_back \fBmenu_attributes\fR(3X)menu_driver \fBmenu_driver\fR(3X)menu_fore \fBmenu_attributes\fR(3X)menu_format \fBmenu_format\fR(3X)menu_grey \fBmenu_attributes\fR(3X)menu_init \fBmenu_hook\fR(3X)menu_items \fBmenu_items\fR(3X)menu_mark \fBmenu_mark\fR(3X)menu_opts \fBmenu_opts\fR(3X)menu_opts_off \fBmenu_opts\fR(3X)menu_opts_on \fBmenu_opts\fR(3X)menu_pad \fBmenu_attributes\fR(3X)menu_pattern \fBmenu_pattern\fR(3X)menu_request_by_name \fBmenu_requestname\fR(3X)menu_request_name \fBmenu_requestname\fR(3X)menu_spacing \fBmenu_spacing\fR(3X)menu_sub \fBmenu_win\fR(3X)menu_term \fBmenu_hook\fR(3X)menu_userptr \fBmenu_userptr\fR(3X)menu_win \fBmenu_win\fR(3X)new_item \fBmitem_new\fR(3X)new_menu \fBmenu_new\fR(3X)pos_menu_cursor \fBmenu_cursor\fR(3X)post_menu \fBmenu_post\fR(3X)scale_menu \fBmenu_win\fR(3X)set_current_item \fBmitem_current\fR(3X)set_item_init \fBmenu_hook\fR(3X)set_item_opts \fBmitem_opts\fR(3X)set_item_term \fBmenu_hook\fR(3X)set_item_userptr \fBmitem_userptr\fR(3X)set_item_value \fBmitem_value\fR(3X)set_menu_back \fBmenu_attributes\fR(3X)set_menu_fore \fBmenu_attributes\fR(3X)set_menu_format \fBmenu_format\fR(3X)set_menu_grey \fBmenu_attributes\fR(3X)set_menu_init \fBmenu_hook\fR(3X)set_menu_items \fBmenu_items\fR(3X)set_menu_mark \fBmenu_mark\fR(3X)set_menu_opts \fBmitem_opts\fR(3X)set_menu_pad \fBmenu_attributes\fR(3X)set_menu_pattern \fBmenu_pattern\fR(3X)set_menu_spacing \fBmenu_spacing\fR(3X)set_menu_sub \fBmenu_win\fR(3X)set_menu_term \fBmenu_hook\fR(3X)set_menu_userptr \fBmenu_userptr\fR(3X)set_menu_win \fBmenu_win\fR(3X)set_top_row \fBmitem_current\fR(3X)top_row \fBmitem_current\fR(3X)unpost_menu \fBmenu_post\fR(3X).TE.SH RETURN VALUERoutines that return pointers return \fBNULL\fR on error. Routines that returnan integer return one of the following error codes:.TP 5\fBE_OK\fRThe routine succeeded..TP 5\fBE_SYSTEM_ERROR\fRSystem error occurred (see \fBerrno\fR)..TP 5\fBE_BAD_ARGUMENT\fRRoutine detected an incorrect or out-of-range argument..TP 5\fBE_POSTED\fRThe menu is already posted..TP 5\fBE_BAD_STATE\fRRoutine was called from an initialization or termination function..TP 5\fBE_NO_ROOM\fRMenu is too large for its window..TP 5\fBE_NOT_POSTED\fRThe menu has not been posted..TP 5\fBE_UNKNOWN_COMMAND\fRThe menu driver code saw an unknown request code..TP 5\fBE_NO_MATCH\fRCharacter failed to match..TP 5\fBE_NOT_SELECTABLE\fRThe designated item cannot be selected..TP 5\fBE_NOT_CONNECTED\fRNo items are connected to the menu..TP 5\fBE_REQUEST_DENIED\fRThe menu driver could not process the request..SH SEE ALSO\fBcurses\fR(3X) and related pages whose names begin "menu_" for detaileddescriptions of the entry points..SH NOTESThe header file \fB<menu.h>\fR automatically includes the header files\fB<curses.h>\fR and \fB<eti.h>\fR.In your library list, libmenu.a should be before libncurses.a; that is,you want to say `-lmenu -lncurses', not the other way around (which wouldgive you a link error using GNU \fBld\fR(1) and many other linkers)..SH PORTABILITYThese routines emulate the System V menu library. They were not supported onVersion 7 or BSD versions..SH AUTHORSJuergen Pfeifer. Manual pages and adaptation for ncurses by EricS. Raymond..\"#.\"# The following sets edit modes for GNU EMACS.\"# Local Variables:.\"# mode:nroff.\"# fill-column:79.\"# End:
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -