LinkButton

    Simple button used to represent a link to some resource.

    This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page).

    See also which contains common properties and methods associated with this node.

    Properties

    Color

    Color( 0.88, 0.88, 0.88, 1 )

    Color

    Color( 0.94, 0.94, 0.94, 1 )

    Color

    Color( 0.94, 0.94, 0.94, 1 )

    font_color_pressed

    underline_spacing

    2

    font

    focus

    Enumerations

    enum 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.

    • text

    Default

    “”

    Setter

    set_text(value)

    Getter

    get_text()

    The button’s text that will be displayed inside the button’s area.


    Determines when to show the underline. See for options.

    Theme Property Descriptions

    Default

    Color( 0.88, 0.88, 0.88, 1 )

    Default text of the LinkButton.


    Default

    Color( 0.94, 0.94, 0.94, 1 )

    Text used when the is focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color.


    Text used when the LinkButton is being hovered.


    • Color font_color_pressed

    Default

    Color( 1, 1, 1, 1 )

    Text used when the LinkButton is being pressed.


    • int underline_spacing

    Default

    2

    The vertical space between the baseline of text and the underline.


    • font

    Font of the LinkButton‘s text.