X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fform_fieldtype.3x.html;h=d56915ef854adca19d71d24a0d41ccaa8ac4c4f3;hp=4a25187adebd8a8ba1a6da46914e77b9649bb111;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/Ada95/html/form_fieldtype.3x.html b/Ada95/html/form_fieldtype.3x.html index 4a25187a..d56915ef 100644 --- a/Ada95/html/form_fieldtype.3x.html +++ b/Ada95/html/form_fieldtype.3x.html @@ -51,12 +51,16 @@ object which can later be passed to validation predicated. The other two hook arguments should copy and free argu- ment-block structures. They will be used by the forms- - driver code. + driver code. You must supply the mak_arg function, the + other two are optional, you may supply NULL for them. In + this case it is assumed, that mak_arg doesn't allocate + memory but simply loads the argument into a single scalar + value. - The form driver requests REQ_NEXT_CHOICE and - REQ_PREV_CHOICE assume that the possible values of a field form an ordered set, and provide the forms user with a way to move through the set. The set_fieldtype_choice func- + tion allows forms programmers to define successor and pre- + decessor functions for the field type. These functions take the field pointer and an argument-block structure as arguments. @@ -115,10 +119,6 @@ - - - -