Form library FormEnd() FormWindDo()
Programming guideline of WinDom

FormWindBegin()

NAME

FormWindBegin - open a modal window formular.

PROTOTYPAGE

WINDOW *FormWindBegin( OBJECT *dial, char *nom);

PARAMETERS

dial:
address of object tree,

nom:
window title,

return:
window descriptor of the formular.

DESCRIPTION

FormWindBegin() creates a modal window formular that is a form displayed in a modal window. A modal window disables the user interaction of the application. It is very similar to the classic formular except the AES is not stopped. The events of the formular are handled by FormWindDo(). The formular is closed with FormWindEnd().

The user WinDom variable windom.mform.widget defines the widgets of the window.

SEE ALSO

FormWindDo(), FormWindEnd(), windom.mform.widget.