Krotos Modules 3
Loading...
Searching...
No Matches
krotos::Krotos_LookAndFeel::Properties::ComboBox Struct Reference

#include <Krotos_LookAndFeel.h>

Public Types

enum  RoundedCorner {
  Bottom = 0 , Top , TopLeft , TopRight ,
  BottomLeft , BottomRight , All , None
}
 
enum  IconPosition { Right = 0 , Left , NoIcon }
 

Static Public Attributes

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.
 

Member Enumeration Documentation

◆ IconPosition

◆ RoundedCorner

Enumerator
Bottom 
Top 
TopLeft 
TopRight 
BottomLeft 
BottomRight 
All 
None 

Member Data Documentation

◆ 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: