#include <Krotos_LookAndFeel.h>
|
| static const Identifier | DisableHover {"DisableHover"} |
| | Disable Mouse Hover affecting drawing over buttons, etc.
|
| |
| static const Identifier | RoundedCornerID {"RoundedCornerID"} |
| | Specify which corners to round on a component.
|
| |
| static const Identifier | UseCustomIcon {"ComboBoxUseCustomIcon"} |
| | Hide the default dropdown arrow icon, leaving an empty spot to draw a custom icon.
|
| |
| static const Identifier | IconPositionID {"ComboBoxIconPosition"} |
| | Where to place the icon. This determines how the text is offset.
|
| |
| static const Identifier | FontSize {"ComboBoxFontSize"} |
| | The size of the font in the ComboBox label.
|
| |
◆ IconPosition
| Enumerator |
|---|
| Right | |
| Left | |
| NoIcon | |
◆ RoundedCorner
| Enumerator |
|---|
| Bottom | |
| Top | |
| TopLeft | |
| TopRight | |
| BottomLeft | |
| BottomRight | |
| All | |
| None | |
◆ DisableHover
| const Identifier krotos::Krotos_LookAndFeel::Properties::ComboBox::DisableHover {"DisableHover"} |
|
static |
Disable Mouse Hover affecting drawing over buttons, etc.
◆ FontSize
| const Identifier krotos::Krotos_LookAndFeel::Properties::ComboBox::FontSize {"ComboBoxFontSize"} |
|
static |
The size of the font in the ComboBox label.
◆ IconPositionID
| const Identifier krotos::Krotos_LookAndFeel::Properties::ComboBox::IconPositionID {"ComboBoxIconPosition"} |
|
static |
Where to place the icon. This determines how the text is offset.
◆ RoundedCornerID
| const Identifier krotos::Krotos_LookAndFeel::Properties::ComboBox::RoundedCornerID {"RoundedCornerID"} |
|
static |
Specify which corners to round on a component.
◆ UseCustomIcon
| const Identifier krotos::Krotos_LookAndFeel::Properties::ComboBox::UseCustomIcon {"ComboBoxUseCustomIcon"} |
|
static |
Hide the default dropdown arrow icon, leaving an empty spot to draw a custom icon.
The documentation for this struct was generated from the following files: