X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_value.3x.html;h=e58f8742ed2d289a77c2e3f4fd10fd75cd473e66;hp=04eccc04609959cd9477895b982fb37ade55941f;hb=HEAD;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 04eccc04..01ce5d50 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 2024-03-16 ncurses 6.5 Library calls + + -

mitem_value 3x

+

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