![]() |
![]() |
![]() |
Libgnomedb Reference Manual | ![]() |
---|
Stock iconsStock icons — icons to reuse |
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. |
<< List of enumerated | Non instantiable objects and widgets >> |