X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=c3a70e98bf3065a34735b5beffd97315ad7e346d;hp=60bcb827deda8202bec061750c0e6907e3f96454;hb=HEAD;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 60bcb827..7e192c3f 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -1,7 +1,7 @@ - - -menu_items 3x - - + +menu_items 3x 2024-03-16 ncurses 6.4 Library calls + + -

menu_items 3x

+

menu_items 3x 2024-03-16 ncurses 6.4 Library calls

-menu_items(3x)                                                  menu_items(3x)
+menu_items(3x)                   Library calls                  menu_items(3x)
 
 
 
@@ -53,9 +53,10 @@
 
 

SYNOPSIS

        #include <menu.h>
-       int set_menu_items(MENU *menu, ITEM **items);
-       ITEM **menu_items(const MENU *menu);
-       int item_count(const MENU *menu);
+
+       int set_menu_items(MENU *menu, ITEM **items);
+       ITEM **menu_items(const MENU *menu);
+       int item_count(const MENU *menu);
 
 
 

DESCRIPTION

@@ -69,7 +70,7 @@
 
 

RETURN VALUE

        The function menu_items returns a pointer (which may be NULL).  It does
-       not set errno.
+       not set errno.
 
        The function item_count returns ERR (the general  curses  error  return
        value) if its menu parameter is NULL.
@@ -89,23 +90,14 @@
             The menu is already posted.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
-
-
-

SEE ALSO

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

NOTES

-       The  header  file  <menu.h>  automatically  includes  the  header  file
-       <curses.h>.
+            System error occurred (see errno(3)).
 
 
 

PORTABILITY

-       These  routines  emulate the System V menu library.  They were not sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the  System  V  menu  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
-       The SVr4 menu library  documentation  specifies  the  item_count  error
+       The  SVr4  menu  library  documentation  specifies the item_count error
        value as -1 (which is the value of ERR).
 
 
@@ -114,8 +106,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                                menu_items(3x)
+ncurses 6.4                       2024-03-16                    menu_items(3x)