mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -21,17 +21,17 @@ This kind of button is primarily used when the interaction with the button cause
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
| :ref:`FocusMode<enum_Control_FocusMode>` | enabled_focus_mode | **O:** 0 |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
| :ref:`FocusMode<enum_Control_FocusMode>` | focus_mode | **O:** 0 |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
| :ref:`CursorShape<enum_Control_CursorShape>` | mouse_default_cursor_shape | **O:** 2 |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
| :ref:`String<class_String>` | :ref:`text<class_LinkButton_property_text>` | "" |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
| :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` | :ref:`underline<class_LinkButton_property_underline>` | 0 |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+----------+
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
| :ref:`FocusMode<enum_Control_FocusMode>` | enabled_focus_mode | **O:** ``0`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
| :ref:`FocusMode<enum_Control_FocusMode>` | focus_mode | **O:** ``0`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
| :ref:`CursorShape<enum_Control_CursorShape>` | mouse_default_cursor_shape | **O:** ``2`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
| :ref:`String<class_String>` | :ref:`text<class_LinkButton_property_text>` | ``""`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
| :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` | :ref:`underline<class_LinkButton_property_underline>` | ``0`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------+--------------+
|
||||
|
||||
Theme Properties
|
||||
----------------
|
||||
@@ -77,7 +77,7 @@ Property Descriptions
|
||||
- :ref:`String<class_String>` **text**
|
||||
|
||||
+-----------+-----------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+-----------------+
|
||||
| *Setter* | set_text(value) |
|
||||
+-----------+-----------------+
|
||||
@@ -91,7 +91,7 @@ Property Descriptions
|
||||
- :ref:`UnderlineMode<enum_LinkButton_UnderlineMode>` **underline**
|
||||
|
||||
+-----------+---------------------------+
|
||||
| *Default* | 0 |
|
||||
| *Default* | ``0`` |
|
||||
+-----------+---------------------------+
|
||||
| *Setter* | set_underline_mode(value) |
|
||||
+-----------+---------------------------+
|
||||
|
||||
Reference in New Issue
Block a user