X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_value.3x.html;h=f14df7fbebedf00b86182d8b00cf740abb2cdff5;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hp=f985ea8182ee8b8affe7ca58c22f3ec19845dbf6;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index f985ea81..f14df7fb 100644 --- a/doc/html/man/mitem_value.3x.html +++ b/doc/html/man/mitem_value.3x.html @@ -1,6 +1,7 @@ - -mitem_value 3x - - +mitem_value 3x 2023-11-25 ncurses 6.4 Library calls + + -

mitem_value 3x

+

mitem_value 3x 2023-11-25 ncurses 6.4 Library calls

-mitem_value(3x)                                                mitem_value(3x)
+mitem_value(3x)                  Library calls                 mitem_value(3x)
 
 
 
@@ -51,8 +52,9 @@
 
 

SYNOPSIS

        #include <menu.h>
-       int set_item_value(ITEM *item, bool value);
-       bool item_value(const ITEM *item);
+
+       int set_item_value(ITEM *item, bool value);
+       bool item_value(const ITEM *item);
 
 
 

DESCRIPTION

@@ -71,24 +73,15 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_REQUEST_DENIED
             The menu driver could not process the request.
 
 
-

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.
 
 
 

AUTHORS

@@ -96,8 +89,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                               mitem_value(3x)
+ncurses 6.4                       2023-11-25                   mitem_value(3x)