summaryrefslogtreecommitdiffstats
path: root/doc/classes/ButtonGroup.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-30 16:26:09 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-28 14:24:54 +0200
commit151a4ba6a59f6e965bb56ce8fbc75b14d056fa79 (patch)
treee5d78c825e09d7718156870377155dbc2331518a /doc/classes/ButtonGroup.xml
parenta67d37f7cffe7f31c68e971280950d487ea99e2c (diff)
downloadredot-engine-151a4ba6a59f6e965bb56ce8fbc75b14d056fa79.tar.gz
Overhaul the top sections of the class reference (GUI classes)
Diffstat (limited to 'doc/classes/ButtonGroup.xml')
-rw-r--r--doc/classes/ButtonGroup.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/ButtonGroup.xml b/doc/classes/ButtonGroup.xml
index ebc902bea7..bb32319a31 100644
--- a/doc/classes/ButtonGroup.xml
+++ b/doc/classes/ButtonGroup.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ButtonGroup" inherits="Resource" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Group of Buttons.
+ A group of buttons that doesn't allow more than one button to be pressed at a time.
</brief_description>
<description>
- Group of [BaseButton]. The members of this group are treated like radio buttons in the sense that only one button can be pressed at the same time. Some types of buttons (such as [CheckBox]) may have a special appearance for this state.
- Every member of the ButtonGroup should have [member BaseButton.toggle_mode] set to [code]true[/code].
+ A group of [BaseButton]-derived buttons. The buttons in a [ButtonGroup] are treated like radio buttons: No more than one button can be pressed at a time. Some types of buttons (such as [CheckBox]) may have a special appearance in this state.
+ Every member of a [ButtonGroup] should have [member BaseButton.toggle_mode] set to [code]true[/code].
</description>
<tutorials>
</tutorials>