MySQL Workbench
6.1
|
Go to the source code of this file.
Classes | |
class | mforms::Form |
A standalone, top-level window. More... | |
Namespaces | |
mforms | |
Implementation of a composite used to select a file system object like a file, folder, device, drive etc. | |
Macros | |
#define | TOP_FORM_PADDING 12 |
Enumerations | |
enum | mforms::FormFlag { mforms::FormNone = 0, mforms::FormSingleFrame = 1 << 0, mforms::FormDialogFrame = 1 << 1, mforms::FormResizable = 1 << 2, mforms::FormMinimizable = 1 << 3, mforms::FormHideOnClose = 1 << 4, mforms::FormStayOnTop = 1 << 5, mforms::FormToolWindow = 1 << 6, mforms::FormNormal = (FormResizable|FormMinimizable) } |
MySQL Workbench 6.1 documentation |