summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkvbbox.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-31 00:05:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-31 00:05:30 +0000
commitda1c33909274b87a5856b67099e6004a06a8d6da (patch)
tree1520053ba195d8b158ecd3b6870d82cd7db5eb30 /docs/reference/gtk/tmpl/gtkvbbox.sgml
parentd925a72d34a2cf1eb3427abf928f2ca257504c9b (diff)
downloadgdk-pixbuf-da1c33909274b87a5856b67099e6004a06a8d6da.tar.gz
Remove references to nonexisting functions.
* gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions. * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkradiomenuitem.sgml: Replace references to deprecated functions. * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkvbbox.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkvbbox.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkvbbox.sgml b/docs/reference/gtk/tmpl/gtkvbbox.sgml
index bba6c6eb0..d8c312d85 100644
--- a/docs/reference/gtk/tmpl/gtkvbbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkvbbox.sgml
@@ -8,14 +8,14 @@ a container for arranging buttons vertically.
<para>
A button box should be used to provide a consistent layout of buttons
throughout your application. There is one default layout and a default
-spacing value that are persistant across all #VButtonBox widgets.
+spacing value that are persistant across all #GtkVButtonBox widgets.
</para>
<para>
The layout/spacing can then be altered by the programmer, or if desired, by
the user to alter the 'feel' of a program to a small degree.
</para>
<para>
-A #VButtonBox is created with gtk_vbutton_box_new(). Buttons are packed into
+A #GtkVButtonBox is created with gtk_vbutton_box_new(). Buttons are packed into
a button box the same way as any other box, using gtk_box_pack_start() or
gtk_box_pack_end().
</para>