]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field_opts.3x.html
ncurses 5.6
[ncurses.git] / doc / html / man / form_field_opts.3x.html
index c1ff6a30ae524515bf9fbe41d2eeec6bac3345df..7d8f5f1c53e53f3e2625b0fa2efe786f7e9df695 100644 (file)
@@ -2,7 +2,7 @@
 <!-- 
   * t
   ****************************************************************************
-  * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+  * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -28,7 +28,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_field_opts.3x,v 1.7 1998/11/29 01:06:54 Rick.Ohnemus Exp @
+  * @Id: form_field_opts.3x,v 1.12 2006/11/04 17:12:00 tom Exp @
 -->
 <HTML>
 <HEAD>
 <HR>
 <PRE>
 <!-- Manpage converted by man2html 3.0.1 -->
+<STRONG><A HREF="form_field_opts.3x.html">form_field_opts(3x)</A></STRONG>                                 <STRONG><A HREF="form_field_opts.3x.html">form_field_opts(3x)</A></STRONG>
+
+
+
 
 </PRE>
 <H2>NAME</H2><PRE>
@@ -75,7 +79,7 @@
 
        O_VISIBLE
             The  field is displayed.  If this option is off, dis-
-            play of the field is suppressed,
+            play of the field is suppressed.
 
        O_ACTIVE
             The field is  visited  during  processing.   If  this
@@ -90,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
             at the first position.
 
        O_AUTOSKIP
-            Skip to the next field when this one fills
-
+            Skip to the next field when this one fills.
 
        O_NULLOK
             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.
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       Except for <STRONG>field_opts</STRONG>, each routine  returns  one  of  the
+       Except  for  <STRONG>field_opts</STRONG>,  each  routine returns one of the
        following:
 
        <STRONG>E_OK</STRONG> The routine succeeded.
 
-       <STRONG>E_SYSTEM_ERROR</STRONG>
-            System error occurred (see <STRONG>errno</STRONG>).
+       <STRONG>E_BAD_ARGUMENT</STRONG>
+            Routine detected an incorrect or  out-of-range  argu-
+            ment.
 
        <STRONG>E_CURRENT</STRONG>
             The field is the current field.
 
+       <STRONG>E_SYSTEM_ERROR</STRONG>
+            System error occurred (see <STRONG>errno</STRONG>).
+
 
 </PRE>
 <H2>SEE ALSO</H2><PRE>
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+                                                    <STRONG><A HREF="form_field_opts.3x.html">form_field_opts(3x)</A></STRONG>
 </PRE>
 <HR>
 <ADDRESS>