From b0ac316dc95cfc9f63da27c8ae304d7fa30f81a2 Mon Sep 17 00:00:00 2001 From: Jerome67000 Date: Mon, 23 Oct 2017 00:17:02 +0200 Subject: [DOCS] BaseButton --- doc/classes/BaseButton.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 2ad46579b2..1b6583a834 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -1,10 +1,10 @@ - Provides a base class for different kinds of buttons. + Base class for different kinds of buttons. - BaseButton is the abstract base class for buttons, so it shouldn't be used directly (It doesn't display anything). Other types of buttons inherit from it. + BaseButton is the abstract base class for buttons, so it shouldn't be used directly (it doesn't display anything). Other types of buttons inherit from it. @@ -152,18 +152,25 @@ + Determines when the button is considered clicked, one of the ACTION_MODE_* constants. + If [code]true[/code] the button is in disabled state and can't be clicked or toggled. + Focus access mode to use when switching between enabled/disabled (see [method Control.set_focus_mode] and [member disabled]). + [ButtonGroup] associated to the button. + If [code]true[/code] the button's state is pressed. Means the button is pressed down or toggled (if toggle_mode is active). + [Shortcut] associated to the button. + If [code]true[/code] the button is in toggle mode. Makes the button flip state between pressed and unpressed each time its area is clicked. -- cgit v1.2.3