From d6d0df4ba6cb7bc33ce9842a309e41fd3ac2289e Mon Sep 17 00:00:00 2001 From: RaXaR Date: Fri, 1 Dec 2017 22:58:53 +0200 Subject: 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. --- doc/classes/ColorPickerButton.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') 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 @@ + + + + + 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. + + -- cgit v1.2.3