]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconview.h
Add new convenience api for tooltips on icon views
[~andy/gtk] / gtk / gtkiconview.h
index 6aa35cea4de8cd2bb8c59c94029159d29e46f4bc..66acd5fdd59fb6b2327f44f2cf3c9df67ed77766 100644 (file)
@@ -210,6 +210,16 @@ void    gtk_icon_view_set_tooltip_cell                        (GtkIconView     *
                                                                GtkTooltip      *tooltip,
                                                                GtkTreePath     *path,
                                                                GtkCellRenderer *cell);
+gboolean gtk_icon_view_get_tooltip_context                    (GtkIconView       *icon_view,
+                                                               gint              *x,
+                                                               gint              *y,
+                                                               gboolean           keyboard_tip,
+                                                               GtkTreeModel     **model,
+                                                               GtkTreePath      **path,
+                                                               GtkTreeIter       *iter);
+void     gtk_icon_view_set_tooltip_column                     (GtkIconView       *icon_view,
+                                                               gint               column);
+gint     gtk_icon_view_get_tooltip_column                     (GtkIconView       *icon_view);
 
 
 G_END_DECLS