X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_opts.3x.html;h=1cdfe7038ae56b293fce987e8ba82505f3319b14;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hp=7d8f5f1c53e53f3e2625b0fa2efe786f7e9df695;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index 7d8f5f1c..1cdfe703 100644 --- a/doc/html/man/form_field_opts.3x.html +++ b/doc/html/man/form_field_opts.3x.html @@ -1,8 +1,8 @@ - + @@ -54,10 +54,10 @@

SYNOPSIS

        #include <form.h>
-       int set_field_opts(FIELD *field, OPTIONS opts);
-       int field_opts_on(FIELD *field, OPTIONS opts);
-       int field_opts_off(FIELD *field, OPTIONS opts);
-       OPTIONS field_opts(const FIELD *field);
+       int set_field_opts(FIELD *field, Field_Options opts);
+       int field_opts_on(FIELD *field, Field_Options opts);
+       int field_opts_off(FIELD *field, Field_Options opts);
+       Field_Options field_opts(const FIELD *field);
 
 
 
@@ -78,17 +78,17 @@ The following options are defined (all are on by default): O_VISIBLE - The field is displayed. If this option is off, dis- + The field is displayed. If this option is off, dis- play of the field is suppressed. O_ACTIVE - The field is visited during processing. If this - option is off, the field will not be reachable by - navigation keys. Please notice that an invisible + The field is visited during processing. If this + option is off, the field will not be reachable by + navigation keys. Please notice that an invisible field appears to be inactive also. O_PUBLIC - The field contents are displayed as data is entered. + The field contents are displayed as data is entered. O_EDIT The field can be edited. @@ -138,8 +138,10 @@ curses(3x), form(3x). - NOTES The header file <form.h> automatically includes the - header file <curses.h>. + +

NOTES

+       The header file <form.h> automatically includes the header
+       file <curses.h>.