Merge pull request #23731 from lupoDharkael/remove-button-tooltip

BaseButton: make input related information in the tooltip optional
This commit is contained in:
Rémi Verschelde
2018-11-22 16:13:47 +01:00
committed by GitHub
3 changed files with 22 additions and 1 deletions

View File

@ -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">