22 #ifndef __GTK_TOOLTIP_H__
23 #define __GTK_TOOLTIP_H__
25 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
26 #error "Only <gtk/gtk.h> can be included directly."
33 #define GTK_TYPE_TOOLTIP (gtk_tooltip_get_type ())
34 #define GTK_TOOLTIP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOOLTIP, GtkTooltip))
35 #define GTK_IS_TOOLTIP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOLTIP))
46 const gchar *stock_id,
49 const gchar *icon_name,
GtkImagePixbufData pixbuf