Data Structures | |
struct | SCANX |
struct | XDO_INF |
struct | POPUP_INIT_args |
Functions | |
short | mt_form_alert (short DefButton, const char *Str, short *global_aes) |
short | mt_form_button (OBJECT *, short Bobject, short Bclicks, short *Bnxtobj, short *global_aes) |
short | mt_form_center (OBJECT *, short *Cx, short *Cy, short *Cw, short *Ch, short *global_aes) |
short | mt_form_center_grect (OBJECT *, GRECT *r, short *global_aes) |
short | mt_form_dial (short Flag, short Sx, short Sy, short Sw, short Sh, short Bx, short By, short Bw, short Bh, short *global_aes) |
short | mt_form_do (OBJECT *, short StartObj, short *global_aes) |
short | mt_form_error (short ErrorCode, short *global_aes) |
short | mt_form_keybd (OBJECT *, short Kobject, short Kobnext, short Kchar, short *Knxtobject, short *Knxtchar, short *global_aes) |
short | mt_form_popup (OBJECT *tree, short x, short y, short *global) |
short | mt_form_wbutton (OBJECT *fo_btree, short fo_bobject, short fo_bclicks, short *fo_bnxtobj, short whandle, short *global) |
short | mt_form_wkeybd (OBJECT *fo_ktree, short fo_kobject, short fo_kobnext, short fo_kchar, short *fo_knxtobject, short *fo_knxtchar, short whandle, short *global) |
short | mt_form_xdial (short fo_diflag, short fo_dilittlx, short fo_dilittly, short fo_dilittlw, short fo_dilittlh, short fo_dibigx, short fo_dibigy, short fo_dibigw, short fo_dibigh, void **flydial, short *global) |
short | mt_form_xdial_grect (short fo_diflag, const GRECT *fo_dilittl, const GRECT *fo_dibig, void **flydial, short *global) |
short | mt_form_xdo (OBJECT *tree, short startob, short *lastcrsr, XDO_INF *tabs, void *flydial, short *global) |
short | mt_form_xerr (long errcode, char *errfile, short *global) |
short | mt_xfrm_popup (OBJECT *tree, short x, short y, short firstscrlob, short lastscrlob, short nlines, void __CDECL(*init)(struct POPUP_INIT_args), void *param, short *lastscrlpos, short *global) |
The Form Library contains utility functions for the use and control of dialog boxes, alert boxes, and user input.
|
displays a standardized alert box and returns the user's selection.
|
|
is a utility function designed to aid in the creation of a custom mt_form_do() handler.
|
|
is used to modify an object's coordinates so that it will appear in the center of the display screen.
|
|
see mt_form_center()
|
|
is used to reserve and release screen space for dialog usage. In addition, it also optionally provides grow/shrink box effects.
|
|
provides an automated dialog handling function to the calling application.
|
|
displays a pre-defined error alert box to the user.
|
|
processes keyboard input for dialog box control.
|
|
The object type of the root object (index 0) shall be either G_BOX or G_IBOX.
|
|
Service button event for window dialogs
|
|
|
|
form xdialog space
|
|
|
|
provides an extended automated dialog handling function to the calling application
|
|
extended function that display a pre-defined error alert box to the user.
|
|
|