X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_opts.3x.html;h=bb19f69f792cad9a224e4ea068f8423e0ba8bcf6;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=3665188f2dd3aeec4c2ca747a9814951c12cdee8;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d;p=ncurses.git diff --git a/doc/html/man/mitem_opts.3x.html b/doc/html/man/mitem_opts.3x.html index 3665188f..bb19f69f 100644 --- a/doc/html/man/mitem_opts.3x.html +++ b/doc/html/man/mitem_opts.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: mitem_opts.3x,v 1.15 2020/02/02 23:34:34 tom Exp @ + * @Id: mitem_opts.3x,v 1.16 2020/10/17 23:52:26 tom Exp @ --> @@ -54,10 +54,12 @@

SYNOPSIS

        #include <menu.h>
-       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);
+
+       int set_item_opts(ITEM *item, Item_Options opts);
+       Item_Options item_opts(const ITEM *item);
+
+       int item_opts_on(ITEM *item, Item_Options opts);
+       int item_opts_off(ITEM *item, Item_Options opts);
 
 
 

DESCRIPTION