summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2002-12-16 22:46:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-16 22:46:30 +0000
commit47de18549afe6e91fd56fabf6176e12a63722cb4 (patch)
tree204d88fcd387cf8e7ba7fb0e5aab64d5561e61e3 /docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
parent1a1b91e840f4aca03b9da09802a505d50ac29608 (diff)
downloadgdk-pixbuf-47de18549afe6e91fd56fabf6176e12a63722cb4.tar.gz
Add some information about group list handling. (#101328, James M. Cape)
2002-12-16 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkradiobutton.sgml: Add some information about group list handling. (#101328, James M. Cape)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkradiomenuitem.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkradiomenuitem.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
index fe0491dbc..a1b5b6c8a 100644
--- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
@@ -10,7 +10,11 @@ A radio menu item is a check menu item that belongs to a group. At each
instant exactly one of the radio menu items from a group is selected.
</para>
<para>
-The correct way to create a group of radio menu items is aproximativly
+The group list does not need to be freed, as each #GtkRadioMenuItem will
+remove itself and its list item when it is destroyed.
+</para>
+<para>
+The correct way to create a group of radio menu items is approximatively
this:
</para>
<example>