summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-06 10:52:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-06 10:52:54 -0700
commitba183bcdced98f56701bb5e7d24120de0988ad44 (patch)
treeec9a93f52ebe81f7c23cb8aec18debd62c7adf9e
parent3e8f9cdb2f0ef2e09f205238a4b54b3b5ea0bcc2 (diff)
specs: Fix titles for subsections of Toggle Widget: Convenience RoutinesHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--specs/Toggle.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/specs/Toggle.xml b/specs/Toggle.xml
index ee6d903..9c5b10c 100644
--- a/specs/Toggle.xml
+++ b/specs/Toggle.xml
@@ -647,8 +647,11 @@ If a Toggle is already <emphasis remap='I'>set</emphasis> in the new radio group
and the Toggle to be added is also <emphasis remap='I'>set</emphasis> then the previously
<emphasis remap='I'>set</emphasis> Toggle in the radio group is <emphasis remap='I'>unset</emphasis> and its callback
procedures are invoked.
-Finding the Currently selected Toggle in a radio group of Toggles
</para>
+</sect3>
+
+<sect3 id='Finding_the_Currently_selected_Toggle'>
+<title>Finding the Currently selected Toggle in a radio group of Toggles</title>
<para>
To find the currently selected Toggle in a radio group of Toggle widgets
@@ -682,8 +685,11 @@ of the Toggle in this radio group that is currently set. The default
value for <function>radioData</function>
is the name of that Toggle widget. If no Toggle is set in the radio
group specified then NULL is returned.
-Changing the Toggle that is set in a radio group.
</para>
+</sect3>
+
+<sect3 id='Changing_the_Toggle_that_is_set'>
+<title>Changing the Toggle that is set in a radio group.</title>
<para>
To change the Toggle that is currently set in a radio group use
@@ -734,8 +740,11 @@ without making any changes. If more than one Toggle matches,
this causes any Toggle widgets to change state, all routines in their
callback lists will be invoked. The callback routines for a Toggle that
is to be unset will be called before the one that is to be set.
-Unsetting all Toggles in a radio group.
</para>
+</sect3>
+
+<sect3 id='Unsetting_all_Toggles'>
+<title>Unsetting all Toggles in a radio group.</title>
<para>
To unset all Toggle widgets in a radio group use