Programming guideline of WinDom
- NAME
-
FormAttach() - attach a formular to a window.
- PROTOTYPAGE
-
void FormAttach( WINDOW *win, OBJECT *tree, void *func);
- PARAMETERS
-
- win:
- window descriptor,
- tree:
- address of object tree or NULL,
- func:
- address of form evnt function or NULL.
- DESCRIPTION
-
This function is sub function of FormCreate(). It could be
used the case where FormCreate() cannot be used. If a NULL value
is given to parameter tree, FormAttach() removes the formalar
attached to the window (the formular was prevously attached by
FormAttach()).
- SEE ALSO
-
FormCreate().