Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions
+32 -28
View File
@@ -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() |
+-----------+---------------------------+