Forum und email

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.

同时参考: add_default() , remove_default()

这个方法只能被静态调用。