X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;h=df2fbe819c3b35c7e16a4b4f748f3bead58acfcb;hp=a2d67451301dd18b96a69a3b29756722be5238aa;hb=HEAD;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01 diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index a2d67451..d82a7f5c 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -1,6 +1,6 @@ -menu_driver 3x +menu_driver 3x 2024-03-16 ncurses 6.5 Library calls -

menu_driver 3x

+

menu_driver 3x 2024-03-16 ncurses 6.5 Library calls

-menu_driver(3x)                                                menu_driver(3x)
+menu_driver(3x)                  Library calls                 menu_driver(3x)
 
 
 
@@ -133,7 +133,7 @@
        corresponding action is performed.
 
 
-

MOUSE HANDLING

+

Mouse Handling

        If  the  second  argument  is the KEY_MOUSE special key, the associated
        mouse event is translated into one of the above  pre-defined  requests.
        Currently only clicks in the user window (e.g., inside the menu display
@@ -172,7 +172,7 @@
        translated into a menu request an E_REQUEST_DENIED is returned.
 
 
-

APPLICATION-DEFINED COMMANDS

+

Application-defined Commands

        If the second argument is neither printable nor one of the  above  pre-
        defined  menu  requests  or  KEY_MOUSE,  the  drive  assumes  it  is an
        application-specific    command    and    returns    E_UNKNOWN_COMMAND.
@@ -207,19 +207,10 @@
             The menu driver could not process the request.
 
 
-

SEE ALSO

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

NOTES

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

PORTABILITY

-       These  routines  emulate  the  System  V  menu  library.  They were not
-       supported on Version 7 or BSD versions.  The support for  mouse  events
-       is ncurses specific.
+       These routines emulate the  System  V  menu  library.   They  were  not
+       supported  on  Version 7 or BSD versions.  The support for mouse events
+       is ncurses specific.
 
 
 

AUTHORS

@@ -227,8 +218,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), getch(3x), menu(3x)
+
+
 
-                                                               menu_driver(3x)
+ncurses 6.5                       2024-03-16                   menu_driver(3x)