X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=01254b680794037faa112d7ff0ddfccec575e7ff;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=6834963cf3b42667ed54d964ee8a46530f1251de;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;p=ncurses.git diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 6834963c..01254b68 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 2023-11-25 ncurses 6.4 Library calls + + -

menu_items 3x

+

menu_items 3x 2023-11-25 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.
@@ -92,20 +93,11 @@
             System error occurred (see errno(3)).
 
 
-

SEE ALSO

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

NOTES

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

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                       2023-11-25                    menu_items(3x)