summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkvbbox.sgml
diff options
context:
space:
mode:
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>