summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.h
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2016-12-17 00:30:39 +0100
committerDebarshi Ray <debarshir@gnome.org>2016-12-20 00:35:17 +0100
commit7ea199c831b20df78d42ffc1ffb11f0ffa17eb54 (patch)
treee0c2875633de2424f50673a9f1312342ee93dc35 /gtk/gtkflowbox.h
parentfaf22954402f49786ecee43b4b6bef7dbe887388 (diff)
downloadgtk+-7ea199c831b20df78d42ffc1ffb11f0ffa17eb54.tar.gz
flowbox: Export gtk_flow_box_get_child_at_pos as public API
https://bugzilla.gnome.org/show_bug.cgi?id=776187
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r--gtk/gtkflowbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h
index ff2a6be0da..fa059c3765 100644
--- a/gtk/gtkflowbox.h
+++ b/gtk/gtkflowbox.h
@@ -181,6 +181,11 @@ GDK_AVAILABLE_IN_3_12
GtkFlowBoxChild *gtk_flow_box_get_child_at_index (GtkFlowBox *box,
gint idx);
+GDK_AVAILABLE_IN_3_22
+GtkFlowBoxChild *gtk_flow_box_get_child_at_pos (GtkFlowBox *box,
+ gint x,
+ gint y);
+
typedef void (* GtkFlowBoxForeachFunc) (GtkFlowBox *box,
GtkFlowBoxChild *child,
gpointer user_data);