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.

(cherry picked from commit 038baede5a)
This commit is contained in:
Hugo Locurcio
2020-09-23 23:34:28 +02:00
committed by Rémi Verschelde
parent 6036fdab70
commit c33373b80a
8 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
</brief_description>
<description>
This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page).
See also [BaseButton] which contains common properties and methods associated with this node.
</description>
<tutorials>
</tutorials>