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 docs for more info.
Member Function Description¶
- void copy_default_theme ( )
- PoolStringArray get_color_list ( String type ) const
- PoolStringArray get_constant_list ( String type ) const
- Font get_default_font ( ) const
- PoolStringArray get_font_list ( String type ) const
- PoolStringArray get_icon_list ( String type ) const
- PoolStringArray get_stylebox_list ( String type ) const
- PoolStringArray get_stylebox_types ( ) const
- PoolStringArray get_type_list ( String type ) const
- void set_default_font ( Font font )