summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-07-12 22:45:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-07-12 22:45:05 +0000
commitc042389acc3ea0578edf2581c66a850514e8c66a (patch)
tree99f333f68db08a9af88d1759737a52a601105152 /docs
parentaefa836108a38841d424ff0d88bab927ceaa5202 (diff)
downloadgtk+-c042389acc3ea0578edf2581c66a850514e8c66a.tar.gz
Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)
Thu Jul 12 18:29:40 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) * gtk/gtkfilesel.c: Indentation fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkbbox.sgml3
-rw-r--r--docs/reference/gtk/tmpl/gtkmenu.sgml4
-rw-r--r--docs/reference/gtk/tmpl/gtkradiomenuitem.sgml5
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml
index 8e57ef0d56..c14c365513 100644
--- a/docs/reference/gtk/tmpl/gtkbbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkbbox.sgml
@@ -75,6 +75,7 @@ Used internally only.
Retrieves how much space a button box is placing between each child button.
</para>
+@b:
@Returns: the current spacing applied to the buttons in @widget.
<!-- # Unused Parameters # -->
@widget: a #GtkButtonBox.
@@ -115,6 +116,8 @@ Gets the default number of pixels that pad the buttons in a given button box.
Sets the amount of spacing between buttons in a given button box.
</para>
+@b:
+@s:
<!-- # Unused Parameters # -->
@widget: a #GtkButtonBox.
@spacing: the number of pixels of spacing.
diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml
index f68992453f..8bcfbb4ad2 100644
--- a/docs/reference/gtk/tmpl/gtkmenu.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenu.sgml
@@ -96,6 +96,8 @@ Creates a new #GtkMenu.
Adds a new #GtkMenuItem to the end of the menu's item list.
</para>
+@m:
+@c:
<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
@@ -106,6 +108,8 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
Adds a new #GtkMenuItem to the beginning of the menu's item list.
</para>
+@m:
+@c:
<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
index 9d347c165a..cc6c5d55e1 100644
--- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
@@ -70,14 +70,15 @@ Creates a new #GtkRadioMenuItem whose child is a simple #GtlLabel.
@Returns: a new #GtkRadioMenuItem
-<!-- ##### FUNCTION gtk_radio_menu_item_group ##### -->
+<!-- ##### MACRO gtk_radio_menu_item_group ##### -->
<para>
Returns the group to which the radio menu item belongs, as a #GList of
#GtkRadioMenuItem. The list belongs to GTK+ and should not be freed.
</para>
-@radio_menu_item: the radio menu item
@Returns: its group
+<!-- # Unused Parameters # -->
+@radio_menu_item: the radio menu item
<!-- ##### FUNCTION gtk_radio_menu_item_set_group ##### -->