diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index a875e58d1d..c50c1df01f 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -31,6 +31,13 @@ #include "gtkintl.h" #include "gtkbuildable.h" #include "gtkwidgetpath.h" +#include "gtkcssnodeprivate.h" +#include "gtkcsscustomgadgetprivate.h" +#include "gtkwidgetprivate.h" +#include "gtkcontainerprivate.h" +#include "gtkstylecontextprivate.h" +#include "gtkcssstylepropertyprivate.h" +#include "gtklabel.h" #include "a11y/gtkframeaccessible.h" @@ -65,9 +72,17 @@ * * # CSS nodes * - * GtkFrame has a single CSS node with name frame. The style class - * .flat can appear with it. In the #GtkShortcutsWindow, frames - * are used with the .keycap style class. + * |[ + * frame + * ├── border + * ├──