summaryrefslogtreecommitdiff
path: root/src/gtkext/easygtk.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-06 21:22:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-06 21:23:00 (GMT)
commitb4f47417b8bc7b7e97b1e60a35663d99155a92c2 (patch)
treeef4fd6a7dabc0ea71094a1360e00b2479c822076 /src/gtkext/easygtk.h
parent4ffb572c4d6fdd429acc7e440de0cd2e98df9d50 (diff)
Replaced the use of a nested function in a delayed invocation by a direct call.
Diffstat (limited to 'src/gtkext/easygtk.h')
-rw-r--r--src/gtkext/easygtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/easygtk.h b/src/gtkext/easygtk.h
index fb6ad5a..fee45db 100644
--- a/src/gtkext/easygtk.h
+++ b/src/gtkext/easygtk.h
@@ -130,6 +130,9 @@ gint qck_show_question(GtkWindow *, const char *, const char *);
/* Détermine la position d'un menu associé à un composant. */
void attach_popup_menu_to_widget(GtkMenu *, gint *, gint *, gboolean *, GtkWidget *);
+/* Fait défiler une liste jusqu'à un point donné. */
+void scroll_to_treeview_iter(GtkTreeView *, GtkTreeModel *, GtkTreeIter *);
+
#endif /* _EASYGTK_H */