[gtk+/gtk-2-90: 92/156] Remove remaining GtkVButtonBox deprecated documentation



commit 7e267dd0836e3cf18988a4a1cd00571f0b975495
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Sat Oct 10 21:16:45 2009 +0200

    Remove remaining GtkVButtonBox deprecated documentation
    
    This completes commit d6cbe4caeb97ef92db3feebacce85004928b904b

 docs/reference/gtk/gtk-sections.txt   |    4 ---
 docs/reference/gtk/tmpl/gtkvbbox.sgml |   36 ---------------------------------
 2 files changed, 0 insertions(+), 40 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index f83ac99..aa1cc99 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -5349,10 +5349,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
diff --git a/docs/reference/gtk/tmpl/gtkvbbox.sgml b/docs/reference/gtk/tmpl/gtkvbbox.sgml
index d1d60ad..253b51e 100644
--- a/docs/reference/gtk/tmpl/gtkvbbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkvbbox.sgml
@@ -60,39 +60,3 @@ Creates a new vertical button box.
 </para>
 
 @Returns: a new button box #GtkWidget.
-
-
-<!-- ##### FUNCTION gtk_vbutton_box_get_spacing_default ##### -->
-<para>
-Retrieves the current default spacing for vertical 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_vbutton_box_set_spacing_default ##### -->
-<para>
-Changes the default spacing that is placed between widgets in an
-vertical button box.
-</para>
-
- spacing: an integer value.
-
-
-<!-- ##### FUNCTION gtk_vbutton_box_get_layout_default ##### -->
-<para>
-Retrieves the current layout used to arrange buttons in button box widgets.
-</para>
-
- Returns: the current #GtkButtonBoxStyle.
-
-
-<!-- ##### FUNCTION gtk_vbutton_box_set_layout_default ##### -->
-<para>
-Sets a new layout mode that will be used by all button boxes.
-</para>
-
- layout: a new #GtkButtonBoxStyle.
-
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]