![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
GdkPixbuf* gnome_db_stock_get_icon_pixbuf (const gchar *stock_id); GdkPixbuf* gnome_db_stock_get_icon_pixbuf_file (const gchar *pixmapfile); gchar* gnome_db_stock_get_icon_path (const gchar *stock_id);
GdkPixbuf* gnome_db_stock_get_icon_pixbuf (const gchar *stock_id);
Get the given stock icon as a GdkPixbuf.
stock_id : |
ID of icon to get. |
Returns : | a GdkPixbuf representing the loaded icon. |
GdkPixbuf* gnome_db_stock_get_icon_pixbuf_file (const gchar *pixmapfile);
Get the given icon as a GdkPixbuf.
pixmapfile : |
the real filename of the icon to get. |
Returns : | a GdkPixbuf representing the loaded icon. |