summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktooltip.h')
-rw-r--r--gtk/gtktooltip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h
index bc498af478..5c29a9a5a5 100644
--- a/gtk/gtktooltip.h
+++ b/gtk/gtktooltip.h
@@ -42,6 +42,9 @@ void gtk_tooltip_set_icon (GtkTooltip *tooltip,
void gtk_tooltip_set_icon_from_stock (GtkTooltip *tooltip,
const gchar *stock_id,
GtkIconSize size);
+void gtk_tooltip_set_icon_from_icon_name (GtkTooltip *tooltip,
+ const gchar *icon_name,
+ GtkIconSize size);
void gtk_tooltip_set_custom (GtkTooltip *tooltip,
GtkWidget *custom_widget);