Theme¶
Inherits: Resource < Reference < Object
Category: Core
Brief Description¶
Theme for controls.
Member Functions¶
Description¶
Theme for skinning controls. Controls can be skinned individually, but for complex applications it’s more efficient to just create a global theme that defines everything. This theme can be applied to any Control, and it and its children will automatically use it.
Theme resources can be alternatively loaded by writing them in a .theme file, see wiki for more info.
Member Function Description¶
- void copy_default_theme ( )
- StringArray get_color_list ( String type ) const
- StringArray get_constant_list ( String type ) const
- Object get_default_font ( ) const
- StringArray get_font_list ( String type ) const
- StringArray get_icon_list ( String type ) const
- StringArray get_stylebox_list ( String type ) const
- StringArray get_type_list ( String type ) const
- void set_default_font ( Object font )