X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_opts.3x.html;h=5463815aa61714af8354ffc78d5bbb116f04fc68;hp=3eae4302e4c012d8cf4606bdbf91b419b03e49e3;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index 3eae4302..5463815a 100644 --- a/doc/html/man/form_field_opts.3x.html +++ b/doc/html/man/form_field_opts.3x.html @@ -2,7 +2,7 @@ @@ -41,7 +41,7 @@
 
-form_field_opts(3x)                           form_field_opts(3x)
+form_field_opts(3x)                                 form_field_opts(3x)
 
 
 
@@ -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,23 +78,23 @@ 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. O_WRAP - Words that don't fit on a line are wrapped to the + Words that do not fit on a line are wrapped to the next line. Words are blank-separated. O_BLANK @@ -108,7 +108,8 @@ Allow a blank field. O_STATIC - Field buffers are fixed to field's original size. + Field buffers are fixed to field's original size. + Turn this option off to create a dynamic field. O_PASSOK Validate field only if modified by user. @@ -116,25 +117,31 @@

RETURN VALUE

-       Except for field_opts, each routine  returns  one  of  the
+       Except  for  field_opts,  each  routine returns one of the
        following:
 
        E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       E_BAD_ARGUMENT
+            Routine detected an incorrect or  out-of-range  argu-
+            ment.
 
        E_CURRENT
             The field is the current field.
 
+       E_SYSTEM_ERROR
+            System error occurred (see errno).
+
 
 

SEE ALSO

        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>.
 
 
 
@@ -150,7 +157,7 @@ - form_field_opts(3x) + form_field_opts(3x)