Reference the BaseButton class explicitly in button class documentations

Users are sometimes confused as to the `pressed` property not being
visible in the Button class documentation. This is because `pressed`
is defined in BaseButton.
This commit is contained in:
Hugo Locurcio 2020-09-23 23:34:28 +02:00
parent 72aaf81518
commit 038baede5a
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
8 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@
</brief_description>
<description>
A checkbox allows the user to make a binary choice (choosing only one of two possible options). It's similar to [CheckButton] in functionality, but it has a different appearance. To follow established UX patterns, it's recommended to use CheckBox when toggling it has [b]no[/b] immediate effect on something. For instance, it should be used when toggling it will only do something once a confirmation button is pressed.
See also [BaseButton] which contains common properties and methods associated with this node.
</description>
<tutorials>
</tutorials>