Method

GtkStylelookup_icon_set

deprecated: 3.0 

Declaration [src]

GtkIconSet*
gtk_style_lookup_icon_set (
  GtkStyle* style,
  const gchar* stock_id
)

Description [src]

Looks up stock_id in the icon factories associated with style and the default icon factory, returning an icon set if found, otherwise NULL.

Deprecated since: 3.0

Use gtk_style_context_lookup_icon_set() instead.

Parameters

stock_id

Type: const gchar*

An icon name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GtkIconSet

Icon set of stock_id.

The returned data is owned by the instance.