PCL
|
Macros | |
#define | CanonicalControlHeight(control_type) CanonicalControlHeightImplementation<control_type>() |
Returns the canonical height in pixels for a specified control type. More... | |
#define CanonicalControlHeight | ( | control_type | ) | CanonicalControlHeightImplementation<control_type>() |
The canonical height is the height in pixels that a control of the specified type would have once adjusted into a VerticalSizer container and a parent control object. This macro is useful to calculate the height of a control in advance, before actually creating its component sub-controls.