*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> form_field_info (3)              
Title
Content
Arch
Section
 

FORMS(3)

Contents


NAME    [Toc]    [Back]

     dynamic_field_info, field_info - form library

LIBRARY    [Toc]    [Back]

     library ``libform''

SYNOPSIS    [Toc]    [Back]

     #include <form.h>

     int
     dynamic_field_info(FIELD *field, int *drows, int *dcols, int *max);

     int
     field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf);

DESCRIPTION    [Toc]    [Back]

     The function dynamic_field_info() returns the sizing information for the
     field given.  The function will return the number of rows, columns and
     the maximum growth of the field in the storage pointed to by the drows,
     dcols and max parameters respectively.  Dynamic field information cannot
     be requested for the default field.  If the field given is not dynamic
     then dynamic_field_info() will simply return the size of the actual
     field.  The field_info() will return the number or rows, columns, field
     starting row, field starting column, number of off screen rows and number
     of buffers in rows, cols, frow, fcol, nrow and nbuf respectively.

RETURN VALUES    [Toc]    [Back]

     The functions will return one of the following error values:

     E_OK               The function was successful.
     E_BAD_ARGUMENT     A bad argument was passed to the function.

SEE ALSO    [Toc]    [Back]

      
      
     curses(3), forms(3)

NOTES    [Toc]    [Back]

     The header <form.h> automatically includes both <curses.h> and <eti.h>.

BSD                             January 1, 2001                            BSD
[ Back ]
 Similar pages
Name OS Title
zhptrd IRIX reduce a complex Hermitian matrix A stored in packed form to real symmetric tridiagonal form T by a unitary si
chptrd IRIX reduce a complex Hermitian matrix A stored in packed form to real symmetric tridiagonal form T by a unitary si
dsptrd IRIX reduce a real symmetric matrix A stored in packed form to symmetric tridiagonal form T by an orthogonal simila
ssptrd IRIX reduce a real symmetric matrix A stored in packed form to symmetric tridiagonal form T by an orthogonal simila
form_opts_off OpenBSD set and get form options
form_opts_on OpenBSD set and get form options
form_opts_on FreeBSD set and get form options
form_opts OpenBSD set and get form options
set_form_opts OpenBSD set and get form options
form_opts_off FreeBSD set and get form options
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service