|
X11workbench Toolkit
1.0
|
Definitions for Dialog (Frame) Windows
| enum WBDialogEntryFlags |
enumeration for the iFlags member of WBDialogEntry
Definition at line 325 of file dialog_window.h.
| enum WBDialogWindowFlags |
enumeration for the iFlags member of WBDialogWindow
| Enumerator | |
|---|---|
| WBDialogWindow_APP_WINDOW | Application Window flag. set this flag for an application top-level dialog window so that whenver it is destroyed the application will exit |
| WBDialogWindow_VISIBLE | Visibility flag. set this to make the window immediately visible. |
| WBDialogWindow_DOMODAL | Modality flag. When this flag is set, the act of creating the dialog window will also call WBShowModal() automatically. Also implies WBDialogWindow_VISIBLE, WBDialogWindow_CENTERMOUSE |
| WBDialogWindow_CENTERMOUSE | Auto-center mouse pointer. When this flag is set, the act of creating the dialog window will center the mouse over the dialog box. |
| WBDialogWindow_HRESIZE | Horizontal Resize flag. When this flag is set, the dialog can be re-sized horizontally with the UI |
| WBDialogWindow_VRESIZE | Vertical Resize flag. When this flag is set, the dialog can be re-sized vertically with the UI |
| WBDialogWindow_MAX | MAX flag (reserved) Identifies the maximum value of assignable bit flags |
Definition at line 277 of file dialog_window.h.