diff options
author | lupoDharkael <izhe@hotmail.es> | 2018-11-19 14:30:59 +0100 |
---|---|---|
committer | lupoDharkael <izhe@hotmail.es> | 2018-11-19 23:48:05 +0100 |
commit | d2b890ede59d67da96936671ea32a996fefea425 (patch) | |
tree | bc6b17a9fb0c70234480a4ca2e89557f67b32a5d /doc | |
parent | 26d33d1c6eedf9271bac20a24ea37453c21ef890 (diff) |
BaseButton: add shortcut_in_tooltip
This flag disables the input related information in the tooltip.
It is exposed as a member variable in gdscript.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/BaseButton.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 3364770280..ffdc010987 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -68,6 +68,9 @@ <member name="toggle_mode" type="bool" setter="set_toggle_mode" getter="is_toggle_mode"> If [code]true[/code] the button is in toggle mode. Makes the button flip state between pressed and unpressed each time its area is clicked. </member> + <member name="shortcut_in_tooltip" type="bool" setter="set_shortcut_in_tooltip" getter="is_shortcut_in_tooltip_enabled"> + If [code]true[/code] the button will add information about its shortcut in the tooltip. + </member> </members> <signals> <signal name="button_down"> |