summaryrefslogtreecommitdiff
path: root/doc/classes/BaseButton.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-01-13 23:08:42 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-01-14 13:19:39 +0100
commitc09b9c488fcc423d58ed26447b6e2614b106afdb (patch)
tree157c00a127d0f23febdb36a861dbf8f214c341a0 /doc/classes/BaseButton.xml
parent34ad33d9e0b211b2de5855373f8626af4fc0ce11 (diff)
Complete documentation of some more classes
Diffstat (limited to 'doc/classes/BaseButton.xml')
-rw-r--r--doc/classes/BaseButton.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml
index 21f46efe84..0128e7b220 100644
--- a/doc/classes/BaseButton.xml
+++ b/doc/classes/BaseButton.xml
@@ -112,6 +112,7 @@
The state of buttons are disabled.
</constant>
<constant name="DRAW_HOVER_PRESSED" value="4" enum="DrawMode">
+ The state of buttons are both hovered and pressed.
</constant>
<constant name="ACTION_MODE_BUTTON_PRESS" value="0" enum="ActionMode">
Require just a press to consider the button clicked.