X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_opts.3x.html;h=f9a13217cbddd3f60be91087bfb091bec302dc8f;hp=3eae4302e4c012d8cf4606bdbf91b419b03e49e3;hb=82a087c4c47679fcfa59bb6d7bdbe587355ba3f6;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index 3eae4302..f9a13217 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);
 
 
 
@@ -94,7 +94,7 @@ 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,17 +117,21 @@

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

@@ -150,7 +155,7 @@
 
 
 
-                                              form_field_opts(3x)
+                                                    form_field_opts(3x)