X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_hook.3x.html;h=941c410c8a357d20265e2b992f2e1f35038686c4;hp=00148f7d649246961d59696eb53bc0a79904f04b;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/menu_hook.3x.html b/doc/html/man/menu_hook.3x.html index 00148f7d..941c410c 100644 --- a/doc/html/man/menu_hook.3x.html +++ b/doc/html/man/menu_hook.3x.html @@ -46,14 +46,12 @@ - -

NAME

+

NAME

        menu_hook - set hooks for automatic invocation by applica-
        tions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_item_init(MENU *menu, Menu_Hook func);
        Menu_Hook item_init(const MENU *menu);
@@ -65,8 +63,7 @@
        Menu_Hook menu_term(const MENU *menu);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        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.
@@ -92,8 +89,7 @@
        menu term hook, if any (NULL if there is no such hook).
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Routines that return pointers return NULL on error.  Other
        routines return one of the following:
 
@@ -103,25 +99,21 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
-
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.