SYNOPSIS
#include <form.h>
int set_form_fields(FORM *form, FIELD **fields);
FIELD **form_fields(const FORM *form);
int field_count(const FORM *form);
int move_field(FIELD *field, int frow, int fcol);
DESCRIPTION
The function
The function
The function
The function
RETURN VALUES
The function
The function
The functions
- E_OK
-
The routine succeeded.
- E_SYSTEM_ERROR
-
System error occurred (see errno).
- E_BAD_ARGUMENT
-
Routine detected an incorrect or out-of-range argument.
- E_POSTED
-
The form is already posted.
- E_CONNECTED
-
The field is already connected to a form.
NOTES
The header file <form.h> automatically includes the header file <curses.h>.
PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions.
The SVr4 forms library documentation specifies the
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.