diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 2ad46579b24..1b6583a834c 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.