Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_f_info(3x) — Atari System V ue12

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)





   form_field_info(3X)                                     form_field_info(3X)


   NAME
         formfieldinfo:  fieldinfo, dynamicfieldinfo - get forms field
         characteristics

   SYNOPSIS
         #include <form.h>

         int fieldinfo(FIELD *field, int *rows, int *cols,
               int *frow, int *fcol, int *nrow, int *nbuf);
         int dynamicfieldinfo(FIELD *field, int *drows, int *dcols,
               int *max);

   DESCRIPTION
         fieldinfo returns the size, position, and other named field
         characteristics, as defined in the original call to newfield, to the
         locations pointed to by the arguments rows, cols, frow, fcol, nrow,
         and nbuf.

         dynamicfieldinfo returns the actual size of the field in the
         pointer arguments drows, dcols and returns the maximum growth allowed
         for field in max.  If no maximum growth limit is specified for field,
         max will contain 0.  A field can be made dynamic by turning off the
         field option OSTATIC.

   RETURN VALUE
         These routines return one of the following:
         EOK           - The function returned successfully.
         ESYSTEMERROR - System error.
         EBADARGUMENT - An argument is incorrect.

   NOTES
         The header file <form.h> automatically includes the header files
         <eti.h> and <curses.h>.

   SEE ALSO
         curses(3X), forms(3X).

















   7/91                                                                 Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026