mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
This commit is contained in:
@@ -19,28 +19,28 @@ Simple button used to represent a link to some resource.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------------------------------+-------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`text<class_LinkButton_property_text>` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+
|
||||
| :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` | :ref:`underline<class_LinkButton_property_underline>` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`text<class_LinkButton_property_text>` | "" |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----+
|
||||
| :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` | :ref:`underline<class_LinkButton_property_underline>` | 0 |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----+
|
||||
|
||||
Theme Properties
|
||||
----------------
|
||||
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`StyleBox<class_StyleBox>` | focus |
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`Font<class_Font>` | font |
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`Color<class_Color>` | font_color |
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`Color<class_Color>` | font_color_hover |
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`Color<class_Color>` | font_color_pressed |
|
||||
+---------------------------------+--------------------+
|
||||
| :ref:`int<class_int>` | underline_spacing |
|
||||
+---------------------------------+--------------------+
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`StyleBox<class_StyleBox>` | focus | |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`Font<class_Font>` | font | |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`Color<class_Color>` | font_color | Color( 0.878431, 0.878431, 0.878431, 1 ) |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`Color<class_Color>` | font_color_hover | Color( 0.941176, 0.941176, 0.941176, 1 ) |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`Color<class_Color>` | font_color_pressed | Color( 1, 1, 1, 1 ) |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
| :ref:`int<class_int>` | underline_spacing | 2 |
|
||||
+---------------------------------+--------------------+------------------------------------------+
|
||||
|
||||
Enumerations
|
||||
------------
|
||||
@@ -73,19 +73,23 @@ Property Descriptions
|
||||
|
||||
- :ref:`String<class_String>` **text**
|
||||
|
||||
+----------+-----------------+
|
||||
| *Setter* | set_text(value) |
|
||||
+----------+-----------------+
|
||||
| *Getter* | get_text() |
|
||||
+----------+-----------------+
|
||||
+-----------+-----------------+
|
||||
| *Default* | "" |
|
||||
+-----------+-----------------+
|
||||
| *Setter* | set_text(value) |
|
||||
+-----------+-----------------+
|
||||
| *Getter* | get_text() |
|
||||
+-----------+-----------------+
|
||||
|
||||
.. _class_LinkButton_property_underline:
|
||||
|
||||
- :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` **underline**
|
||||
|
||||
+----------+---------------------------+
|
||||
| *Setter* | set_underline_mode(value) |
|
||||
+----------+---------------------------+
|
||||
| *Getter* | get_underline_mode() |
|
||||
+----------+---------------------------+
|
||||
+-----------+---------------------------+
|
||||
| *Default* | 0 |
|
||||
+-----------+---------------------------+
|
||||
| *Setter* | set_underline_mode(value) |
|
||||
+-----------+---------------------------+
|
||||
| *Getter* | get_underline_mode() |
|
||||
+-----------+---------------------------+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user