diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-11-22 16:13:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 16:13:47 +0100 |
commit | feee2b5842c709c5f0ea8fba036829b7b9902b5d (patch) | |
tree | 9c6e23465a751fc80857fa6c03f3a2be0d8215cd /doc | |
parent | edbecf5908d30093b65a4497da97cfa4d7b5e356 (diff) | |
parent | d2b890ede59d67da96936671ea32a996fefea425 (diff) |
Merge pull request #23731 from lupoDharkael/remove-button-tooltip
BaseButton: make input related information in the tooltip optional
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"> |