forked from AuroraMiddleware/gtk
Merge branch 'gbsneto/install-header' into 'master'
build: Install gtkboxlayout.h See merge request GNOME/gtk!676
This commit is contained in:
commit
4d9f4ed14b
@ -91,6 +91,8 @@ gtk_box_layout_set_orientation (GtkBoxLayout *self,
|
||||
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (widget));
|
||||
|
||||
gtk_layout_manager_layout_changed (layout_manager);
|
||||
|
||||
g_object_notify (G_OBJECT (self), "orientation");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -426,6 +426,7 @@ gtk_public_headers = files([
|
||||
'gtkbindings.h',
|
||||
'gtkborder.h',
|
||||
'gtkbox.h',
|
||||
'gtkboxlayout.h',
|
||||
'gtkbuildable.h',
|
||||
'gtkbuilder.h',
|
||||
'gtkbutton.h',
|
||||
|
Loading…
Reference in New Issue
Block a user