Top | ![]() |
![]() |
![]() |
![]() |
void | e_icon_factory_set_prefer_symbolic_icons () |
gboolean | e_icon_factory_get_prefer_symbolic_icons () |
gchar * | e_icon_factory_get_icon_filename () |
GdkPixbuf * | e_icon_factory_get_icon () |
GdkPixbuf * | e_icon_factory_pixbuf_scale () |
gchar * | e_icon_factory_create_thumbnail () |
void
e_icon_factory_set_prefer_symbolic_icons
(gboolean prefer
);
gboolean
e_icon_factory_get_prefer_symbolic_icons
(void
);
gchar * e_icon_factory_get_icon_filename (const gchar *icon_name
,GtkIconSize icon_size
);
Returns the filename of the requested icon in the default icon theme.
GdkPixbuf * e_icon_factory_get_icon (const gchar *icon_name
,GtkIconSize icon_size
);
Loads the requested icon from the default icon theme and renders it to a pixbuf.
GdkPixbuf * e_icon_factory_pixbuf_scale (GdkPixbuf *pixbuf
,gint width
,gint height
);
Scales pixbuf
to desired size.