*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 set_menu_items(3) -- make and break connections between items and menus
    The function set_menu_items changes the item pointer array of the given menu. The array must be terminated by a NULL. The function menu_items returns the item array of the given menu. The function ite...
 set_menu_mark(3) -- get and set the menu mark string
    In order to make menu selections visible on older terminals without highlighting or color capability, the menu library marks selected items in a menu with a prefix string. The function set_menu_mark s...
 set_menu_opts(3) -- set and get menu options
    The function set_menu_opts sets all the given menu's option bits (menu option bits may be logically OR'ed together). The function menu_opts_on turns on the given option bits, and leaves others alone...
 set_menu_pad(3) -- color and attribute control for menus
    The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
 set_menu_pattern(3) -- get and set a menu's pattern buffer
    Every menu has an associated pattern match buffer. As input events that are printable ASCII characters come in, they are appended to this match buffer and tested for a match, as described in menu_driv...
 set_menu_spacing(3) -- Control spacing between menu items.
    The function set_menu_spacing sets the spacing informations for the menu. spc_description controls the number of spaces between an item name and an item description. It must not be larger than TABSIZE...
 set_menu_sub(3) -- make and break menu window and subwindow associations
    Every menu has an associated pair of curses windows. The menu window displays any title and border associated with the window; the menu subwindow displays the items of the menu that are currently avai...
 set_menu_term(3) -- set hooks for automatic invocation by applications
    These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be call...
 set_menu_userptr(3) -- associate application data with a menu item
    Every menu and every menu item has a field that can be used to hold application-specific data (that is, the menudriver code leaves it alone). These functions get and set the menu user pointer field.
 set_menu_win(3) -- make and break menu window and subwindow associations
    Every menu has an associated pair of curses windows. The menu window displays any title and border associated with the window; the menu subwindow displays the items of the menu that are currently avai...
 set_new_page(3) -- form pagination functions
    The function set_new_page sets or resets a flag marking the given field as the beginning of a new page on its form. The function new_page is a predicate which tests if a given field marks a page begin...
 set_panel_userptr(3) -- panel stack extension for curses
    Panels are curses(3) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each window and the curses stdscr window are hidden or ...
 set_term(3) -- curses screen initialization and manipulation routines
    initscr is normally the first curses routine to call when initializing a program. A few special routines sometimes need to be called before it; these are slk_init, filter, ripoffline, use_env. For mul...
 set_top_row(3) -- set and get current_menu_item
    The function set_current_item sets the current item (the item on which the menu cursor is positioned). cur- rent_item returns a pointer to the current item in the given menu. The function set_top_row ...
 sevenbit(3) -- S/Key library functions
    These functions implement the S/Key one time password authentication mechanism. The atob8() function converts the 16-byte hex string in to an 8-byte binary array stored in out. The atob8() function re...
<<  [Prev]  172  173  174  175  176  177  178  179  180  181  182  183  184  185  186  187  188  189  190  191  192  
193  194  195  196  197  198  199  200  201  202  203  204  205  206  207  208  209  210  211  212  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service