Theme.GDNativeClassBinding

Undocumented in source.
struct Theme
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_emitThemeChanged
GodotMethod!(void) _emitThemeChanged;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
clearColor
GodotMethod!(void, String, String) clearColor;
Undocumented in source.
clearConstant
GodotMethod!(void, String, String) clearConstant;
Undocumented in source.
clearFont
GodotMethod!(void, String, String) clearFont;
Undocumented in source.
clearIcon
GodotMethod!(void, String, String) clearIcon;
Undocumented in source.
clearStylebox
GodotMethod!(void, String, String) clearStylebox;
Undocumented in source.
copyDefaultTheme
GodotMethod!(void) copyDefaultTheme;
Undocumented in source.
copyTheme
GodotMethod!(void, Theme) copyTheme;
Undocumented in source.
getColor
GodotMethod!(Color, String, String) getColor;
Undocumented in source.
getColorList
GodotMethod!(PoolStringArray, String) getColorList;
Undocumented in source.
getConstant
GodotMethod!(long, String, String) getConstant;
Undocumented in source.
getConstantList
GodotMethod!(PoolStringArray, String) getConstantList;
Undocumented in source.
getDefaultFont
GodotMethod!(Font) getDefaultFont;
Undocumented in source.
getFont
GodotMethod!(Font, String, String) getFont;
Undocumented in source.
getFontList
GodotMethod!(PoolStringArray, String) getFontList;
Undocumented in source.
getIcon
GodotMethod!(Texture, String, String) getIcon;
Undocumented in source.
getIconList
GodotMethod!(PoolStringArray, String) getIconList;
Undocumented in source.
getStylebox
GodotMethod!(StyleBox, String, String) getStylebox;
Undocumented in source.
getStyleboxList
GodotMethod!(PoolStringArray, String) getStyleboxList;
Undocumented in source.
getStyleboxTypes
GodotMethod!(PoolStringArray) getStyleboxTypes;
Undocumented in source.
getTypeList
GodotMethod!(PoolStringArray, String) getTypeList;
Undocumented in source.
hasColor
GodotMethod!(bool, String, String) hasColor;
Undocumented in source.
hasConstant
GodotMethod!(bool, String, String) hasConstant;
Undocumented in source.
hasFont
GodotMethod!(bool, String, String) hasFont;
Undocumented in source.
hasIcon
GodotMethod!(bool, String, String) hasIcon;
Undocumented in source.
hasStylebox
GodotMethod!(bool, String, String) hasStylebox;
Undocumented in source.
setColor
GodotMethod!(void, String, String, Color) setColor;
Undocumented in source.
setConstant
GodotMethod!(void, String, String, long) setConstant;
Undocumented in source.
setDefaultFont
GodotMethod!(void, Font) setDefaultFont;
Undocumented in source.
setFont
GodotMethod!(void, String, String, Font) setFont;
Undocumented in source.
setIcon
GodotMethod!(void, String, String, Texture) setIcon;
Undocumented in source.
setStylebox
GodotMethod!(void, String, String, StyleBox) setStylebox;
Undocumented in source.

Meta