A few forgotten button box functions
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Feb 2019 13:41:52 +0000 (08:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Feb 2019 13:44:45 +0000 (08:44 -0500)
docs/reference/gtk/getting_started.xml.in
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in

index 1c0c3ab0525ef08933147496c4cd4557fc8e352b..a54991c1b1b23d8658a5ea3c4c9040408f48f839 100644 (file)
   button to our window, with the label "Hello World". Two new GtkWidget pointers
   are declared to accomplish this, <varname>button</varname> and
   <varname>button_box</varname>. 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
index 353de84d489aafe90f0c3ab421ee53491407dfb3..9893562527f33839d5bb776d1d5a1fb2ea214a8a 100644 (file)
@@ -270,31 +270,6 @@ GtkAspectFramePrivate
 gtk_aspect_frame_get_type
 </SECTION>
 
-<SECTION>
-<FILE>gtkbbox</FILE>
-<TITLE>GtkButtonBox</TITLE>
-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
-<SUBSECTION Standard>
-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
-<SUBSECTION Private>
-GtkButtonBoxPrivate
-gtk_button_box_get_type
-</SECTION>
-
 <SECTION>
 <FILE>gtkbin</FILE>
 <TITLE>GtkBin</TITLE>
index eb2566679cc99972d86d22adc65d4619906666b8..d2bd9d704f99319a2956430ef3962d51e86bfec6 100644 (file)
@@ -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