|
Krotos Modules 3
|
#include <Krotos_LookAndFeel.h>
Classes | |
| struct | AlertWindow |
| struct | ComboBox |
Custom Properties may be applied to Components using Component::getProperties().set(<Property>, <var>) Note that these properties are only present in the component if they have been specifically set, and their corresponding implementation only exists if it has been added specifically for that component. When creating LAF drawing routines which use them make sure to handle a default condition for an unset var. When a void var is cast to a type it usually resolves to something sensible i.e. False, 0, 0.0f, etc.