LinkButton
Inherits: BaseButton < Control < CanvasItem < Node < Object Simple button used to represent a link to some resource.
Description
This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page). BaseButton which contains common properties and methods associated with this node.
Properties
Theme Properties
Enumerations
UnderlineMode:
- UNDERLINE_MODE_ALWAYS = 0 —- The LinkButton will always show an underline at the bottom of its text.
- UNDERLINE_MODE_ON_HOVER = 1 —- The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
- UNDERLINE_MODE_NEVER = 2 —- The LinkButton will never show an underline at the bottom of its text.
Property Descriptions
- String text The button’s text that will be displayed inside the button’s area.
- UnderlineMode underline
UnderlineMode for options.
Theme Property Descriptions
- StyleBox focus
StyleBox used when the
LinkButtonis focused. It is displayed over the current StyleBox, so using StyleBoxEmpty will just disable the focus visual effect.
- Font font
Font of the
LinkButton‘s text.
- Color font_color
Color of the
LinkButton.
- Color font_color_focus
Color used when the
LinkButtonis focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color.
- Color font_color_hover
Color used when the
LinkButtonis being hovered.
- Color font_color_pressed
Color used when the
LinkButtonis being pressed.
- int underline_spacing The vertical space between the baseline of text and the underline.
