summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-06 23:47:43 +0100
committerGitHub <noreply@github.com>2017-12-06 23:47:43 +0100
commite334b0c4b29aa018dfa4a292598c3041f2a32730 (patch)
treec47a0dcca97d8de81a22d583956a65e8cdd8fa96 /doc/classes
parent9e2fad7e647e67aba90fae60ceb5a709eea68759 (diff)
parentd6d0df4ba6cb7bc33ce9842a309e41fd3ac2289e (diff)
Merge pull request #13491 from RaXaR/master
Added get_popup() method to ColorPickerButton...
Diffstat (limited to 'doc/classes')
-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 c8a4b850d0..ee34b2bcd1 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -18,6 +18,13 @@
Returns the [code]ColorPicker[/code] that this [code]ColorPickerButton[/code] toggles.
</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">