summaryrefslogtreecommitdiff
path: root/doc/classes/LinkButton.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-09-23 23:34:28 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-09-23 23:34:28 +0200
commit038baede5a7c882e36cafbe3ad75611849e68c47 (patch)
tree5d801b1ec7864785a204396ee4520427e5ba030d /doc/classes/LinkButton.xml
parent72aaf81518253e25f28b3a23b5d3509e1264a5ad (diff)
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.
Diffstat (limited to 'doc/classes/LinkButton.xml')
-rw-r--r--doc/classes/LinkButton.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml
index 13d3355da5..fed936cc2f 100644
--- a/doc/classes/LinkButton.xml
+++ b/doc/classes/LinkButton.xml
@@ -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>