Make GtkOverlayLayout public

Keeping the layout manager type private does not
really work when it has layout child properties
that need to be usable in ui files.
This commit is contained in:
Matthias Clasen 2020-05-25 14:22:10 -04:00
parent 5317e4bc07
commit 9fa3742c09
4 changed files with 3 additions and 2 deletions

View File

@ -164,6 +164,7 @@
#include <gtk/gtknotebook.h>
#include <gtk/gtkorientable.h>
#include <gtk/gtkoverlay.h>
#include <gtk/gtkoverlaylayout.h>
#include <gtk/gtkpadcontroller.h>
#include <gtk/gtkpagesetup.h>
#include <gtk/gtkpaned.h>

View File

@ -22,7 +22,7 @@
#include "gtkoverlay.h"
#include "gtkoverlaylayoutprivate.h"
#include "gtkoverlaylayout.h"
#include "gtkbuildable.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "gtkoverlaylayoutprivate.h"
#include "gtkoverlaylayout.h"
#include "gtkintl.h"
#include "gtklayoutchild.h"