Variables | |
| enum { ... } | MAXON_ENUM_FLAGS | 
| anonymous enum | 
| Enumerator | |
|---|---|
| DIALOG_PIN | Int32 flags  | 
| DIALOG_CHECKBOX | |
| DIALOG_STATICTEXT | |
| DIALOG_BUTTON | |
| DIALOG_ARROWBUTTON | |
| DIALOG_EDITTEXT | |
| DIALOG_EDITNUMBER | |
| DIALOG_EDITNUMBERUD | |
| DIALOG_EDITSLIDER | |
| DIALOG_SLIDER | |
| DIALOG_COLORFIELD | |
| DIALOG_COLORCHOOSER | |
| DIALOG_USERAREA | |
| DIALOG_RADIOGROUP | |
| DIALOG_COMBOBOX | |
| DIALOG_POPUPBUTTON | |
| DIALOG_CHILD | |
| DIALOG_FREECHILDREN | Int32 id  | 
| DIALOG_DLGGROUP | Int32 flags  | 
| DIALOG_SETTITLE | String *name.  | 
| DIALOG_GROUPSPACE | |
| DIALOG_GROUPBORDER | BORDER borderstyle  | 
| DIALOG_GROUPBORDERSIZE | |
| DIALOG_SETIDS | |
| DIALOG_LAYOUTCHANGED | Relayout dialog.  | 
| DIALOG_ACTIVATE | Activate gadget.  | 
| DIALOG_ADDSUBMENU | Add submenu, String *text.  | 
| DIALOG_ENDSUBMENU | Add submenu, String *text.  | 
| DIALOG_ADDMENUCMD | |
| DIALOG_FLUSHMENU | Delete all menu entries.  | 
| DIALOG_INIT | Create new layout.  | 
| DIALOG_CHECKNUMBERS | Range check of all dialog elements.  | 
| DELME_DIALOG_SETGROUP | Set group as insert group.  | 
| DIALOG_FLUSHGROUP | Flush all elements of this group and set insert point to this group.  | 
| DIALOG_SETMENU | Set and display menu in manager.  | 
| DIALOG_SCREEN2LOCALX | Deprecated. Screen2Local coordinates  | 
| DIALOG_SCREEN2LOCALY | Deprecated. Screen2Local coordinates  | 
| DIALOG_ADDMENUSTR | |
| DIALOG_RADIOBUTTON | |
| DIALOG_ADDMENUSEP | Add menu separator.  | 
| DIALOG_SEPARATOR | Add separator.  | 
| DIALOG_MULTILINEEDITTEXT | Add multi-line edit field.  | 
| DIALOG_INITMENUSTR | Enable/disable/check/uncheck menu strings.  | 
| DIALOG_RADIOTEXT | |
| DIALOG_MENURESOURCE | Private. for painter  | 
| DIALOG_LISTVIEW | |
| DIALOG_SUBDIALOG | |
| DIALOG_CHECKCLOSE | CheckClose message for dialog.  | 
| DIALOG_GETTRISTATE | Get the TriState flag of the specified gadget.  | 
| DIALOG_SDK | |
| DIALOG_SCROLLGROUP | Create scroll group.  | 
| DIALOG_ISOPEN | Returns true if the dialog is open.  | 
| DIALOG_REMOVEGADGET | Removes an element from the layout.  | 
| DIALOG_MENUGROUPBEGIN | Menu group begin.  | 
| DIALOG_NOMENUBAR | Removes the menubar.  | 
| DIALOG_SAVEWEIGHTS | Store the weights of a group.  | 
| DIALOG_LOADWEIGHTS | Restore the weights of a group.  | 
| DIALOG_EDITSHORTCUT | Edit field to enter shortcuts.  | 
| DIALOG_ISVISIBLE | Returns true if the dialog is visible (e.g. false if tabbed behind)  | 
| DIALOG_HIDEELEMENT | Hides the element.  | 
| DIALOG_SETDEFAULTCOLOR | Set the mapcolor for a color to another value e.g. COLOR_BG = (1,1,1)  | 
| DIALOG_COMBOBUTTON | ComboButton.  | 
| DIALOG_PRIVATE_NOSTOPEDITORTHREADS | Private. No parameters  | 
| DIALOG_ISACTIVE | Gadget has the focus. 
  | 
| DIALOG_USERAREA_OSWINDOWREF | Private. Creates a wrapper to a maxon::OSWindowRef user area  | 
| DIALOG_DISABLEREDRAW | Private. Bool: True/False to enable/disable redraw.  | 
| DIALOG_SCREEN2LOCALXY | Private. Screen2Local coordinates  | 
| DIALOG_HIDEOREXPAND | Private. Internal functionality to hide or shrink docked windows  | 
| DIALOG_ISMINIMIZED | Returns true if the dialog is minimized in the dock or task bar.  | 
| DIALOG_USERAREA_DRAWPORT_WINDOWREF | Private. Creates a wrapper to a maxon::OSWindowRef user area. The window is a drawport window.  | 
| DIALOG_ISDOCKEDORTABBED | Returns DIALOG_ISDOCKED | DIALOG_ISTABBED, 0 if individual window.  | 
| DIALOG_GLOBALSTATUSBAR | Adds a global status bar to the dialog.  | 
| DIALOG_NOTEXTMENU | Hides the text menu, useful to fill all the menu area with gadgets added with GeDialog::GroupBeginInMenuLine()  | 
| DIALOG_FORCEALLOWMOUSEWHEEL | Set to true to force to allow to receive mouse wheel events even if gadget is not on focus. 
  | 
| DIALOG_SETGROUPBACKGROUNDCOLORID | Int32 Sets the group background color ID. 
  | 
| DIALOG_SETGROUPBACKGROUNDCOLORRGB | Int32 red, Int32 green, Int32 blue. Sets the group background color RGB values. 
  | 
| DIALOG_SETGROUPINNERBACKGROUNDCOLORID | Int32 Sets the group inner background color ID. 
  | 
| DIALOG_SETGROUPINNERBACKGROUNDCOLORRGB | Int32 red, Int32 green, Int32 blue. Sets the group inner background color RGB values. 
  | 
| DIALOG_ISELEMENTHIDDEN | Returns true if the element is hidden, false if is visible. 
  | 
| DIALOG_ | |
| enum { ... } MAXON_ENUM_FLAGS |