From c3991cf0246631262d0be5a343826bcd9f3dcc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 10 Oct 2009 21:16:45 +0200 Subject: [PATCH] Remove remaining GtkVButtonBox deprecated documentation This completes commit d6cbe4caeb97ef92db3feebacce85004928b904b --- docs/reference/gtk/gtk-sections.txt | 4 --- docs/reference/gtk/tmpl/gtkhbbox.sgml | 36 --------------------------- 2 files changed, 40 deletions(-) diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 8a55874005..468d8d4207 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -5371,10 +5371,6 @@ gtk_list_store_get_type GtkVButtonBox 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 GTK_VBUTTON_BOX GTK_IS_VBUTTON_BOX diff --git a/docs/reference/gtk/tmpl/gtkhbbox.sgml b/docs/reference/gtk/tmpl/gtkhbbox.sgml index af611bd2a4..e60693703f 100644 --- a/docs/reference/gtk/tmpl/gtkhbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkhbbox.sgml @@ -60,39 +60,3 @@ Creates a new horizontal button box. @Returns: a new button box #GtkWidget. - - - - -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. - - -@Returns: the default number of pixels between buttons. - - - - -Retrieves the current layout used to arrange buttons in button box widgets. - - -@Returns: the current #GtkButtonBoxStyle. - - - - -Changes the default spacing that is placed between widgets in an -horizontal button box. - - -@spacing: an integer value. - - - - -Sets a new layout mode that will be used by all button boxes. - - -@layout: a new #GtkButtonBoxStyle. - -