summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRaXaR <the.raxar@gmail.com>2017-12-01 22:58:53 +0200
committerRaXaR <the.raxar@gmail.com>2017-12-01 23:18:01 +0200
commitd6d0df4ba6cb7bc33ce9842a309e41fd3ac2289e (patch)
treebb83942cd08cd909bd402e5b09cc05516b290415 /doc
parent14d1d69916ee04340e0db4b3c7356d38829d2014 (diff)
Added get_popup() method to ColorPickerButton. This allows to check if the picker is open or not using Popup signals.
Ammend: Added docs for the method.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ColorPickerButton.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index c538f66779..460973e864 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -17,6 +17,13 @@
<description>
</description>
</method>
+ <method name="get_popup">
+ <return type="PopupPanel">
+ </return>
+ <description>
+ Returns the control's [PopupPanel] which allows you to connect to Popup Signals. This allows you to handle events when the ColorPicker is shown or hidden.
+ </description>
+ </method>
</methods>
<members>
<member name="color" type="Color" setter="set_pick_color" getter="get_pick_color">