Flat button helper class.
Theme Property Descriptions
Default |
Color( 0.88, 0.88, 0.88, 1 )
|
Default text Color of the ToolButton
.
Default |
Color( 0.9, 0.95, 1, 0.3 )
|
Text Color used when the ToolButton
is disabled.
Default |
Color( 0.94, 0.94, 0.94, 1 )
|
Text Color used when the ToolButton
is focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color.
Default |
Color( 0.94, 0.94, 0.94, 1 )
|
Text Color used when the ToolButton
is being hovered.
Default |
Color( 1, 1, 1, 1 )
|
Text Color used when the ToolButton
is being pressed.
The horizontal space between ToolButton
's icon and text.
Font of the ToolButton
's text.
StyleBox used when the ToolButton
is disabled.
StyleBox used when the ToolButton
is focused. It is displayed over the current StyleBox, so using StyleBoxEmpty will just disable the focus visual effect.
StyleBox used when the ToolButton
is being hovered.
Default StyleBox for the ToolButton
.
StyleBox used when the ToolButton
is being pressed.