X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=c3a70e98bf3065a34735b5beffd97315ad7e346d;hb=HEAD;hp=5b6512b62bdf351ed9b26bd837a2c158bcccff9d;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 5b6512b6..7f1c0824 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.5 Library calls - + -

menu_items 3x

+

menu_items 3x 2024-03-16 ncurses 6.5 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.5                       2024-03-16                    menu_items(3x)