Contains the definition for Dock class. More...
Go to the source code of this file.
Classes | |
| class | april::Gui::Dock |
| Represents the base class for a docking panel. More... | |
Macros | |
| #define | DOCK_ADD_IPROP(id, name) |
| add an integer unbounded property | |
| #define | DOCK_ADD_IPROP_B(id, name, i_min, i_max) |
| add an integer bounded property | |
Contains the definition for Dock class.
| #define DOCK_ADD_IPROP | ( | id, | |
| name | |||
| ) |
add an integer unbounded property
| #define DOCK_ADD_IPROP_B | ( | id, | |
| name, | |||
| i_min, | |||
| i_max | |||
| ) |
add an integer bounded property