![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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.
|
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.
|
the real filename of the icon to get. |
Returns : |
a GdkPixbuf representing the loaded icon. |