aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorrdb2016-10-28 10:52:57 +0200
committerRémi Verschelde2016-10-31 00:05:32 +0100
commita27aee241c6f3c881dcfedd0df6d5aea24a4886a (patch)
treee30c51fcc5d4dfd2d358d92a5ce1bf91257fe405 /doc/base/classes.xml
parente3be51f87c4692f397196210abdcdf4d26c62a60 (diff)
downloadgodot-a27aee241c6f3c881dcfedd0df6d5aea24a4886a.tar.gz
godot-a27aee241c6f3c881dcfedd0df6d5aea24a4886a.tar.zst
godot-a27aee241c6f3c881dcfedd0df6d5aea24a4886a.zip
Add "Never" underline mode to LinkButton
(cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c)
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index d0da6c199..a399a3c62 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -19636,6 +19636,9 @@
<constant name="UNDERLINE_MODE_ON_HOVER" value="1">
The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
</constant>
+ <constant name="UNDERLINE_MODE_NEVER" value="2">
+ The LinkButton will never show an underline at the bottom of its text.
+ </constant>
</constants>
<theme_items>
<theme_item name="font" type="Font">