X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_fieldtype.3x.html;h=5e6755355efa5368375acb3d146a8c6f6d45ad74;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hp=d4a65cc6d7fd8cc72c64816b7b2646ccbe49bddf;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3;p=ncurses.git diff --git a/doc/html/man/form_fieldtype.3x.html b/doc/html/man/form_fieldtype.3x.html index d4a65cc6..5e675535 100644 --- a/doc/html/man/form_fieldtype.3x.html +++ b/doc/html/man/form_fieldtype.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ form_fieldtype 3x - +

form_fieldtype 3x

@@ -80,11 +80,13 @@ validation. Its parameters are function pointers: field_check - This function checks the validity of an entered data string when- - ever the user attempts to leave a field. It has two arguments: + This function checks the validity of an entered data string + whenever the user attempts to leave a field. It has two + arguments: - o The (FIELD *) argument is passed in so the validation predi- - cate can see the field's buffer, sizes and other attributes. + o The (FIELD *) argument is passed in so the validation + predicate can see the field's buffer, sizes and other + attributes. o The second argument is an argument-block structure, about which more below. @@ -96,8 +98,8 @@

free_fieldtype

-       The free_fieldtype function frees the space allocated for a given vali-
-       dation type by new_fieldtype.
+       The  free_fieldtype  function  frees  the  space  allocated for a given
+       validation type by new_fieldtype.
 
 
 

set_fieldtype_arg

@@ -128,9 +130,9 @@
        the forms user with a way to move through the set.
 
        The  set_fieldtype_choice  function  allows forms programmers to define
-       successor and predecessor functions for the field  type.   These  func-
-       tions  take  the field pointer and an argument-block structure as argu-
-       ments.
+       successor  and  predecessor  functions  for  the  field  type.    These
+       functions  take  the  field  pointer and an argument-block structure as
+       arguments.
 
 
 

link_fieldtype

@@ -177,8 +179,8 @@
 
 
 

PORTABILITY

-       These  routines emulate the System V forms library.  They were not sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  forms library.  They were not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS