forked from AuroraMiddleware/gtk
parent
91fac8b5aa
commit
5984bc78ee
@ -61,6 +61,7 @@
|
|||||||
#include "gtkorientableprivate.h"
|
#include "gtkorientableprivate.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
|
#include "gtkwidgetprivate.h"
|
||||||
|
|
||||||
#include "a11y/gtkflowboxaccessibleprivate.h"
|
#include "a11y/gtkflowboxaccessibleprivate.h"
|
||||||
#include "a11y/gtkflowboxchildaccessible.h"
|
#include "a11y/gtkflowboxchildaccessible.h"
|
||||||
@ -4008,7 +4009,7 @@ gtk_flow_box_new (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_flow_box_insert_css_node (GtkListBox *box,
|
gtk_flow_box_insert_css_node (GtkFlowBox *box,
|
||||||
GtkWidget *child,
|
GtkWidget *child,
|
||||||
GSequenceIter *iter)
|
GSequenceIter *iter)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user