]> Pileus Git - ~andy/gtk/commitdiff
Remove remaining GtkVButtonBox deprecated documentation
authorJavier Jardón <javierjc1982@gmail.com>
Sat, 10 Oct 2009 19:16:45 +0000 (21:16 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:17 +0000 (01:51 +0200)
This completes commit d6cbe4caeb97ef92db3feebacce85004928b904b

docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkhbbox.sgml

index 8a55874005f29f7c3a00a846cc78b0541c1b43f1..468d8d42078dd42809694c7bf908073669321ee3 100644 (file)
@@ -5371,10 +5371,6 @@ gtk_list_store_get_type
 <TITLE>GtkVButtonBox</TITLE>
 GtkVButtonBox
 gtk_vbutton_box_new
-gtk_vbutton_box_get_spacing_default
-gtk_vbutton_box_set_spacing_default
-gtk_vbutton_box_get_layout_default
-gtk_vbutton_box_set_layout_default
 <SUBSECTION Standard>
 GTK_VBUTTON_BOX
 GTK_IS_VBUTTON_BOX
index af611bd2a403de05b502821506c112f13f9854b8..e60693703f8d3f4da35a89108a0efe8d036a4c21 100644 (file)
@@ -60,39 +60,3 @@ Creates a new horizontal button box.
 </para>
 
 @Returns: a new button box #GtkWidget.
-
-
-<!-- ##### FUNCTION gtk_hbutton_box_get_spacing_default ##### -->
-<para>
-Retrieves the current default spacing for horizontal button boxes. This is the number of pixels 
-to be placed between the buttons when they are arranged.
-</para>
-
-@Returns: the default number of pixels between buttons.
-
-
-<!-- ##### FUNCTION gtk_hbutton_box_get_layout_default ##### -->
-<para>
-Retrieves the current layout used to arrange buttons in button box widgets.
-</para>
-
-@Returns: the current #GtkButtonBoxStyle.
-
-
-<!-- ##### FUNCTION gtk_hbutton_box_set_spacing_default ##### -->
-<para>
-Changes the default spacing that is placed between widgets in an
-horizontal button box.
-</para>
-
-@spacing: an integer value.
-
-
-<!-- ##### FUNCTION gtk_hbutton_box_set_layout_default ##### -->
-<para>
-Sets a new layout mode that will be used by all button boxes.
-</para>
-
-@layout: a new #GtkButtonBoxStyle.
-
-