21#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
22#error "Only <gtk/gtk.h> can be included directly."
30#define GTK_TYPE_BOX_LAYOUT (gtk_box_layout_get_type())
#define GDK_AVAILABLE_IN_4_12
#define GDK_AVAILABLE_IN_ALL
GDK_AVAILABLE_IN_ALL GtkBaselinePosition gtk_box_layout_get_baseline_position(GtkBoxLayout *box_layout)
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_spacing(GtkBoxLayout *box_layout, guint spacing)
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_homogeneous(GtkBoxLayout *box_layout, gboolean homogeneous)
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_box_layout_new(GtkOrientation orientation)
GDK_AVAILABLE_IN_4_12 void gtk_box_layout_set_baseline_child(GtkBoxLayout *box_layout, int child)
GDK_AVAILABLE_IN_4_12 int gtk_box_layout_get_baseline_child(GtkBoxLayout *box_layout)
GDK_AVAILABLE_IN_ALL gboolean gtk_box_layout_get_homogeneous(GtkBoxLayout *box_layout)
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_baseline_position(GtkBoxLayout *box_layout, GtkBaselinePosition position)
GDK_AVAILABLE_IN_ALL guint gtk_box_layout_get_spacing(GtkBoxLayout *box_layout)
struct _GtkLayoutManager GtkLayoutManager
#define G_DECLARE_FINAL_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName)