Skip to content

Commit 7ed5e71

Browse files
authored
Merge pull request #449 from MyreMylar/add-tooltips-to-all
Expand tool tips to almost every element.
2 parents 326dde6 + 206ec68 commit 7ed5e71

33 files changed

+138
-54
lines changed

docs/source/theme_reference/theme_button.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Misc
125125
- "**shape_corner_radius**" - Only used if our shape is 'rounded_rectangle'. It sets the radius used for the rounded corners.
126126
- "**border_width**" - the width in pixels of the border around the button. Defaults to 1.
127127
- "**shadow_width**" - the width in pixels of the shadow behind the button. Defaults to 2.
128-
- "**tool_tip_delay**" - time in seconds before a the buttons tool sip (if it has one) will appear. Default is "1.0".
128+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
129129
- "**text_horiz_alignment**" - Set to "left", "right" or "center". Controls the horizontal placement of the button text, if this button has any text. Default is "center".
130130
- "**text_vert_alignment**" - Set to "top", "bottom or "center". Controls the vertical placement of the button text, if this button has any text. Default is "center".
131131
- "**text_horiz_alignment_padding**" - If horizontal alignment is set to 'left' or 'right' this value will control the buffer between the edge of the button and where we start placing the text. Default is "1".

docs/source/theme_reference/theme_drop_down_menu.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Misc
4040
- "**border_width**" - the width in pixels of the border around the drop down menu. Defaults to "1".
4141
- "**shadow_width**" - the width in pixels of the shadow behind the button. Defaults to "1".
4242
- "**open_button_width**" - the width of the open/close button on the right hand side of the drop down. Defaults to "20" (pixels). Set it to "0" to remove the open/close button.
43+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
4344

4445
Sub-elements
4546
--------------

docs/source/theme_reference/theme_horizontal_scroll_bar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Misc
3232
- "**border_width**" - the width in pixels of the border around the bar. Defaults to 1.
3333
- "**shadow_width**" - the width in pixels of the shadow behind the bar. Defaults to 1.
3434
- "**enable_arrow_buttons**" - Enables or disables the arrow buttons for the scroll bar. "1" is enabled, "0" is disabled. Defaults to "1".
35+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
3536

3637
Sub-elements
3738
--------------

docs/source/theme_reference/theme_horizontal_slider.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Misc
3939
- "**shadow_width**" - the width in pixels of the shadow behind the slider. Defaults to 1.
4040
- "**enable_arrow_buttons**" - Enables or disables the arrow buttons for the slider. "1" is enabled, "0" is disabled. Defaults to "1".
4141
- "**sliding_button_width**" - Sets the width of the sliding button. Defaults to "20".
42+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
4243

4344
Sub-elements
4445
--------------

docs/source/theme_reference/theme_label.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Misc
6868
- "**text_vert_alignment**" - Set to "top", "bottom or "center". Controls the vertical placement of the label text. Default is "center".
6969
- "**text_horiz_alignment_padding**" - If horizontal alignment is set to 'left' or 'right' this value will control the buffer between the edge of the label rectangle and where we start placing the text. Default is "0".
7070
- "**text_vert_alignment_padding**" - If vertical alignment is set to 'top' or 'bottom' this value will control the buffer between the edge of the label rectangle and where we start placing the text. Default is "0".
71+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
7172

7273
Example
7374
-------

docs/source/theme_reference/theme_panel.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Misc
4040
- "**shape_corner_radius**" - Only used if our shape is 'rounded_rectangle'. It sets the radius used for the rounded corners. Defaults to "2".
4141
- "**border_width**" - The width of the border around the element in pixels. Defaults to "1".
4242
- "**shadow_width**" - The width of the shadow around the element in pixels. Defaults to "2".
43+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
4344

4445

4546
Example

docs/source/theme_reference/theme_progress_bar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Misc
3838
- "**shape_corner_radius**" - Only used if our shape is 'rounded_rectangle'. It sets the radius used for the rounded corners.
3939
- "**border_width**" - the width in pixels of the border around the bar. Defaults to 1.
4040
- "**shadow_width**" - the width in pixels of the shadow behind the bar. Defaults to 1.
41+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
4142

4243

4344
Font

docs/source/theme_reference/theme_screen_space_health_bar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Misc
3838
- "**shape_corner_radius**" - Only used if our shape is 'rounded_rectangle'. It sets the radius used for the rounded corners.
3939
- "**border_width**" - the width in pixels of the border around the bar. Defaults to 1.
4040
- "**shadow_width**" - the width in pixels of the shadow behind the bar. Defaults to 1.
41+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
4142

4243

4344
Font

docs/source/theme_reference/theme_selection_list.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Misc
2828
- "**border_width**" - The width of the border around the element in pixels. Defaults to "1".
2929
- "**shadow_width**" - The width of the shadow around the element in pixels. Defaults to "2".
3030
- "**list_item_height**" - The pixel height of a the items in the list. Defaults to "20".
31+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
3132

3233
Sub-elements
3334
--------------

docs/source/theme_reference/theme_status_bar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Misc
2828
- "**follow_sprite_offset**" - The x,y offset values for when the bar follows a sprite. Defaults to "0,0".
2929
- "**border_width**" - The width of the border around the health bar. Defaults to "1". Can be "0" to remove the border.
3030
- "**shadow_width**" - The width of the border around the health bar. Defaults to "1". Can be "0" to remove the border.
31+
- "**tool_tip_delay**" - time in seconds before the button's tool tip (if it has one) will appear. Default is "1.0".
3132

3233
Example
3334
-------

0 commit comments

Comments
 (0)