summaryrefslogtreecommitdiffstats
path: root/doc/classes/Tabs.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-03-03 19:21:21 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-03-13 16:35:03 +0100
commite103f21a40ef157cd263b60cf0d9c5750156ec98 (patch)
tree10f6a918c5182c0556d4f6963c5ed08ad31e6302 /doc/classes/Tabs.xml
parent951ecc4f79a760160bdc7adc3b0b40e9e4c6b82d (diff)
downloadredot-engine-e103f21a40ef157cd263b60cf0d9c5750156ec98.tar.gz
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/Tabs.xml')
-rw-r--r--doc/classes/Tabs.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml
index 8f31b24131..3fc1db9dc6 100644
--- a/doc/classes/Tabs.xml
+++ b/doc/classes/Tabs.xml
@@ -262,36 +262,51 @@
</constants>
<theme_items>
<theme_item name="button" type="StyleBox">
+ Background of the close button when it's being hovered with the cursor.
</theme_item>
<theme_item name="button_pressed" type="StyleBox">
+ Background of the close button when it's being pressed.
</theme_item>
<theme_item name="close" type="Texture2D">
+ The icon for the close button (see [member tab_close_display_policy]).
</theme_item>
<theme_item name="decrement" type="Texture2D">
+ Icon for the left arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the first tab is visible), it appears semi-transparent.
</theme_item>
<theme_item name="decrement_highlight" type="Texture2D">
+ Icon for the left arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor.
</theme_item>
<theme_item name="font" type="Font">
+ The font used to draw tab names.
</theme_item>
<theme_item name="font_color_bg" type="Color" default="Color( 0.69, 0.69, 0.69, 1 )">
+ Font color of inactive tabs.
</theme_item>
<theme_item name="font_color_disabled" type="Color" default="Color( 0.9, 0.9, 0.9, 0.2 )">
+ Font color of disabled tabs.
</theme_item>
<theme_item name="font_color_fg" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
+ Font color of the currently selected tab.
</theme_item>
<theme_item name="hseparation" type="int" default="4">
+ The horizontal separation between the tabs.
</theme_item>
<theme_item name="increment" type="Texture2D">
+ Icon for the right arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the last tab is visible) it appears semi-transparent.
</theme_item>
<theme_item name="increment_highlight" type="Texture2D">
+ Icon for the right arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor.
</theme_item>
<theme_item name="panel" type="StyleBox">
</theme_item>
<theme_item name="tab_bg" type="StyleBox">
+ The style of an inactive tab.
</theme_item>
<theme_item name="tab_disabled" type="StyleBox">
+ The style of a disabled tab
</theme_item>
<theme_item name="tab_fg" type="StyleBox">
+ The style of the currently selected tab.
</theme_item>
</theme_items>
</class>