summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r--gtk/gtkflowbox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h
index 3625d18ddf..8577fc07f5 100644
--- a/gtk/gtkflowbox.h
+++ b/gtk/gtkflowbox.h
@@ -148,6 +148,12 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_flow_box_get_activate_on_single_click (GtkFlowBox *box);
GDK_AVAILABLE_IN_ALL
+void gtk_flow_box_prepend (GtkFlowBox *box,
+ GtkWidget *child);
+GDK_AVAILABLE_IN_ALL
+void gtk_flow_box_append (GtkFlowBox *box,
+ GtkWidget *child);
+GDK_AVAILABLE_IN_ALL
void gtk_flow_box_insert (GtkFlowBox *box,
GtkWidget *widget,
int position);