|
@@ -57,6 +57,9 @@
|
|
<member name="group" type="ButtonGroup" setter="set_button_group" getter="get_button_group">
|
|
<member name="group" type="ButtonGroup" setter="set_button_group" getter="get_button_group">
|
|
[ButtonGroup] associated to the button.
|
|
[ButtonGroup] associated to the button.
|
|
</member>
|
|
</member>
|
|
|
|
+ <member name="keep_pressed_outside" type="bool" setter="set_keep_pressed_outside" getter="is_keep_pressed_outside">
|
|
|
|
+ If [code]true[/code], the button stays pressed when moving the cursor outside the button while pressing it. Default value: [code]false[/code].
|
|
|
|
+ </member>
|
|
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed">
|
|
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed">
|
|
If [code]true[/code], the button's state is pressed. Means the button is pressed down or toggled (if toggle_mode is active).
|
|
If [code]true[/code], the button's state is pressed. Means the button is pressed down or toggled (if toggle_mode is active).
|
|
</member>
|
|
</member>
|
|
@@ -69,9 +72,6 @@
|
|
<member name="toggle_mode" type="bool" setter="set_toggle_mode" getter="is_toggle_mode">
|
|
<member name="toggle_mode" type="bool" setter="set_toggle_mode" getter="is_toggle_mode">
|
|
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.
|
|
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.
|
|
</member>
|
|
</member>
|
|
- <member name="keep_pressed_outside" type="bool" setter="set_keep_pressed_outside" getter="is_keep_pressed_outside">
|
|
|
|
- If [code]true[/code], the button stays pressed when moving the cursor outside the button while pressing it. Default value: [code]false[/code].
|
|
|
|
- </member>
|
|
|
|
</members>
|
|
</members>
|
|
<signals>
|
|
<signals>
|
|
<signal name="button_down">
|
|
<signal name="button_down">
|