deimos.ncurses.form

Public Imports

deimos.ncurses.ncurses
public import deimos.ncurses.ncurses;
deimos.ncurses.eti
public import deimos.ncurses.eti;

Members

Aliases

FIELD_CELL
alias FIELD_CELL = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Field_Options
alias Field_Options = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Form_Options
alias Form_Options = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

NO_JUSTIFICATION
anonymousenum NO_JUSTIFICATION

miscellaneous #defines *

O_VISIBLE
anonymousenum O_VISIBLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
REQ_NEXT_PAGE
anonymousenum REQ_NEXT_PAGE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

current_field
FIELD* current_field(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
data_ahead
bool data_ahead(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
data_behind
bool data_behind(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dup_field
FIELD* dup_field(FIELD* field, int toprow, int leftcol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dynamic_field_info
int dynamic_field_info(FIELD* field, int* rows, int* cols, int* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_arg
void* field_arg(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_back
chtype field_back(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_buffer
char* field_buffer(FIELD* field, int buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_count
int field_count(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_fore
chtype field_fore(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_index
int field_index(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_info
int field_info(FIELD* field, int* rows, int* cols, int* frow, int* fcol, int* nrow, int* nbuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_init
FORM* field_init(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_just
int field_just(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_opts
Field_Options field_opts(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_opts_off
int field_opts_off(FIELD* field, Field_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_opts_on
int field_opts_on(FIELD* field, Field_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_pad
int field_pad(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_status
bool field_status(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_term
FORM* field_term(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_type
FIELDTYPE* field_type(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
field_userptr
void* field_userptr(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_driver
int form_driver(FORM* form, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_fields
FIELD** form_fields(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_init
FORM* form_init(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_opts
Form_Options form_opts(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_opts_off
int form_opts_off(FORM* form, Form_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_opts_on
int form_opts_on(FORM* form, Form_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_page
int form_page(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_request_by_name
int form_request_by_name(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_request_name
char* form_request_name(int request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_sub
WINDOW* form_sub(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_term
FORM* form_term(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_userptr
void* form_userptr(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
form_win
WINDOW* form_win(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
free_field
int free_field(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
free_fieldtype
int free_fieldtype(FIELDTYPE* fieldtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
free_form
int free_form(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
link_field
FIELD* link_field(FIELD* field, int toprow, int leftcol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
link_fieldtype
FIELDTYPE* link_fieldtype(FIELDTYPE* type1, FIELDTYPE* type2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
move_field
int move_field(FIELD* field, int frow, int fcol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
new_field
FIELD* new_field(int height, int width, int toprow, int leftcol, int offscreen, int nbuffers)

FIELD routines *

new_fieldtype
FIELDTYPE* new_fieldtype(bool function(FIELD*, void*) field_check, bool function(int, void*) char_check)

FIELDTYPE routines *

new_form
FORM* new_form(FIELD** fields)

FORM routines *

new_page
bool new_page(FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pos_form_cursor
int pos_form_cursor(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
post_form
int post_form(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scale_form
int scale_form(FORM* form, int* rows, int* columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_current_field
int set_current_field(FORM* form, FIELD* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_back
int set_field_back(FIELD* field, chtype attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_buffer
int set_field_buffer(FIELD* field, int buf, immutable(char*) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_fore
int set_field_fore(FIELD* field, chtype attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_init
int set_field_init(FORM* form, FORM* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_just
int set_field_just(FIELD* field, int justification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_opts
int set_field_opts(FIELD* field, Field_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_pad
int set_field_pad(FIELD* field, int pad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_status
int set_field_status(FIELD* field, bool status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_term
int set_field_term(FORM* form, FORM* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_type
int set_field_type(FIELD* field, FIELDTYPE* type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_field_userptr
int set_field_userptr(FIELD* field, void* userptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_fieldtype_arg
int set_fieldtype_arg(FIELDTYPE* fieldtype, void* function(va_list*) make_arg, void* function(void*) copy_arg, void function(void*) free_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_fieldtype_choice
int set_fieldtype_choice(FIELDTYPE* fieldtype, bool function(FIELD*, void*) next_choice, bool function(FIELD*, void*) prev_choice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_fields
int set_form_fields(FORM* form, FIELD** fields)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_init
int set_form_init(FORM* form, FORM* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_opts
int set_form_opts(FORM* form, Form_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_page
int set_form_page(FORM* form, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_sub
int set_form_sub(FORM* form, WINDOW* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_term
int set_form_term(FORM* form, FORM* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_userptr
int set_form_userptr(FORM* form, void* userptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_form_win
int set_form_win(FORM* form, WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_max_field
int set_max_field(FIELD* field, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
set_new_page
int set_new_page(FIELD* field, bool new_page_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unpost_form
int unpost_form(FORM* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FIELD
struct FIELD

FIELD *

FIELDTYPE
struct FIELDTYPE

FIELDTYPE *

FORM
struct FORM

FORM *

_PAGE
struct _PAGE

_PAGE *

Variables

MAX_COMMAND
auto MAX_COMMAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TYPE_ALNUM
FIELDTYPE* TYPE_ALNUM;

standard field types *

TYPE_ALPHA
FIELDTYPE* TYPE_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TYPE_ENUM
FIELDTYPE* TYPE_ENUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TYPE_INTEGER
FIELDTYPE* TYPE_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TYPE_IPV4
FIELDTYPE* TYPE_IPV4;

built-in additional field types * They are not defined in SVr4 *

TYPE_NUMERIC
FIELDTYPE* TYPE_NUMERIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TYPE_REGEXP
FIELDTYPE* TYPE_REGEXP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Juergen Pfeifer, 1995,1997 *