GtkIconFactory::lookup_default

lookup_default(string stock_id);

This function returns a GtkIconSet that has the name specified by stock_id by searching the default factories available. If the icon set cannot be found the function returns NULL.

See also: add_default() , remove_default()

This method must be called statically.