From f60ca91d2bf8bc0591e5c745898628375c67d08e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Feb 2019 08:41:52 -0500 Subject: [PATCH] A few forgotten button box functions --- docs/reference/gtk/getting_started.xml.in | 4 ++-- docs/reference/gtk/gtk4-sections.txt | 25 ----------------------- docs/reference/gtk/gtk4.types.in | 1 - 3 files changed, 2 insertions(+), 28 deletions(-) diff --git a/docs/reference/gtk/getting_started.xml.in b/docs/reference/gtk/getting_started.xml.in index 1c0c3ab052..a54991c1b1 100644 --- a/docs/reference/gtk/getting_started.xml.in +++ b/docs/reference/gtk/getting_started.xml.in @@ -169,8 +169,8 @@ button to our window, with the label "Hello World". Two new GtkWidget pointers are declared to accomplish this, button and button_box. The button_box variable is created to store a - #GtkButtonBox which is GTK's way of controlling the size and layout of buttons. - The #GtkButtonBox is created and assigned to gtk_button_box_new() which takes a + #GtkBox which is GTK's way of controlling the size and layout of buttons. + The #GtkBox is created and assigned to gtk_box_new() which takes a #GtkOrientation enum as parameter. The buttons which this box will contain can either be stored horizontally or vertically but this does not matter in this particular case as we are dealing with only one button. After initializing diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 353de84d48..9893562527 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -270,31 +270,6 @@ GtkAspectFramePrivate gtk_aspect_frame_get_type -
-gtkbbox -GtkButtonBox -GtkButtonBox -GtkButtonBoxClass -gtk_button_box_new -gtk_button_box_get_layout -gtk_button_box_get_child_secondary -gtk_button_box_get_child_non_homogeneous -GtkButtonBoxStyle -gtk_button_box_set_layout -gtk_button_box_set_child_secondary -gtk_button_box_set_child_non_homogeneous - -GTK_BUTTON_BOX -GTK_IS_BUTTON_BOX -GTK_TYPE_BUTTON_BOX -GTK_BUTTON_BOX_CLASS -GTK_IS_BUTTON_BOX_CLASS -GTK_BUTTON_BOX_GET_CLASS - -GtkButtonBoxPrivate -gtk_button_box_get_type -
-
gtkbin GtkBin diff --git a/docs/reference/gtk/gtk4.types.in b/docs/reference/gtk/gtk4.types.in index eb2566679c..d2bd9d704f 100644 --- a/docs/reference/gtk/gtk4.types.in +++ b/docs/reference/gtk/gtk4.types.in @@ -18,7 +18,6 @@ gtk_bin_get_type gtk_box_get_type gtk_builder_get_type gtk_buildable_get_type -gtk_button_box_get_type gtk_button_get_type gtk_calendar_get_type gtk_cell_area_get_type