Method

GtkTooltipset_icon

since: 2.12

Declaration [src]

void
gtk_tooltip_set_icon (
  GtkTooltip* tooltip,
  GdkPixbuf* pixbuf
)

Description [src]

Sets the icon of the tooltip (which is in front of the text) to be pixbuf. If pixbuf is NULL, the image will be hidden.

Available since: 2.12

Parameters

pixbuf

Type: GdkPixbuf

A GdkPixbuf, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.