mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
classref: Sync with latest 4.0-dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:github_url: hide
|
||||
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the LinkButton.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
@@ -62,6 +62,8 @@ Theme Properties
|
||||
+---------------------------------+-----------------------------------------------------------------------------+--------------------------------+
|
||||
| :ref:`Color<class_Color>` | :ref:`font_color<class_LinkButton_theme_color_font_color>` | ``Color(0.88, 0.88, 0.88, 1)`` |
|
||||
+---------------------------------+-----------------------------------------------------------------------------+--------------------------------+
|
||||
| :ref:`Color<class_Color>` | :ref:`font_focus_color<class_LinkButton_theme_color_font_focus_color>` | ``Color(0.94, 0.94, 0.94, 1)`` |
|
||||
+---------------------------------+-----------------------------------------------------------------------------+--------------------------------+
|
||||
| :ref:`Color<class_Color>` | :ref:`font_hover_color<class_LinkButton_theme_color_font_hover_color>` | ``Color(0.94, 0.94, 0.94, 1)`` |
|
||||
+---------------------------------+-----------------------------------------------------------------------------+--------------------------------+
|
||||
| :ref:`Color<class_Color>` | :ref:`font_outline_color<class_LinkButton_theme_color_font_outline_color>` | ``Color(1, 1, 1, 1)`` |
|
||||
@@ -247,6 +249,18 @@ Default text :ref:`Color<class_Color>` of the ``LinkButton``.
|
||||
|
||||
----
|
||||
|
||||
.. _class_LinkButton_theme_color_font_focus_color:
|
||||
|
||||
- :ref:`Color<class_Color>` **font_focus_color**
|
||||
|
||||
+-----------+--------------------------------+
|
||||
| *Default* | ``Color(0.94, 0.94, 0.94, 1)`` |
|
||||
+-----------+--------------------------------+
|
||||
|
||||
Text :ref:`Color<class_Color>` used when the ``LinkButton`` is focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color.
|
||||
|
||||
----
|
||||
|
||||
.. _class_LinkButton_theme_color_font_hover_color:
|
||||
|
||||
- :ref:`Color<class_Color>` **font_hover_color**
|
||||
|
||||
Reference in New Issue
Block a user