X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_opts.3x.html;h=bd7b3ff666d5ed1e96097d6d268560c55051d56e;hp=cc43f6a472f134c2ae33101d3da17cba75329084;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/mitem_opts.3x.html b/doc/html/man/mitem_opts.3x.html index cc43f6a4..bd7b3ff6 100644 --- a/doc/html/man/mitem_opts.3x.html +++ b/doc/html/man/mitem_opts.3x.html @@ -1,8 +1,8 @@ - + @@ -41,6 +41,10 @@
 
+mitem_opts(3x)                                           mitem_opts(3x)
+
+
+
 
 

NAME

@@ -50,10 +54,10 @@
 

SYNOPSIS

        #include <menu.h>
-       int set_item_opts(ITEM *item, OPTIONS opts);
-       int item_opts_on(ITEM *item, OPTIONS opts);
-       int item_opts_off(ITEM *item, OPTIONS opts);
-       OPTIONS item_opts(const ITEM *item);
+       int set_item_opts(ITEM *item, Item_Options opts);
+       int item_opts_on(ITEM *item, Item_Options opts);
+       int item_opts_off(ITEM *item, Item_Options opts);
+       Item_Options item_opts(const ITEM *item);
 
 
 
@@ -111,6 +115,7 @@ + mitem_opts(3x)