BNDtheme

describes the theme used to draw widgets

Members

Variables

backgroundColor
NVGColor backgroundColor;

the background color of panels and windows

choiceTheme
BNDwidgetTheme choiceTheme;

theme for choice buttons (comboboxes) Blender calls them "menu buttons"

menuItemTheme
BNDwidgetTheme menuItemTheme;

theme for menu items

menuTheme
BNDwidgetTheme menuTheme;

theme for menu backgrounds

name
string name;

theme name

nodeTheme
BNDnodeTheme nodeTheme;

theme for nodes

numberFieldTheme
BNDwidgetTheme numberFieldTheme;

theme for number fields

optionTheme
BNDwidgetTheme optionTheme;

theme for option buttons (checkboxes)

radioTheme
BNDwidgetTheme radioTheme;

theme for radio buttons

regularTheme
BNDwidgetTheme regularTheme;

theme for labels

scrollBarTheme
BNDwidgetTheme scrollBarTheme;

theme for scrollbars

sliderTheme
BNDwidgetTheme sliderTheme;

theme for slider controls

textFieldTheme
BNDwidgetTheme textFieldTheme;

theme for text fields

toolTheme
BNDwidgetTheme toolTheme;

theme for tool buttons

tooltipTheme
BNDwidgetTheme tooltipTheme;

theme for tooltips

Meta