Re: Delay in extension reviews?
- From: Ray Strode <halfline gmail com>
- To: "Jasper St. Pierre" <jstpierre mecheye net>
- Cc: gnome-shell-list <gnome-shell-list gnome org>
- Subject: Re: Delay in extension reviews?
- Date: Sat, 19 May 2012 01:03:32 -0400
Hi,
On Fri, May 18, 2012 at 8:56 PM, Jasper St. Pierre
<jstpierre mecheye net> wrote:
> See:
>
> https://mail.gnome.org/archives/gnome-shell-list/2012-May/msg00051.html
> https://mail.gnome.org/archives/gnome-shell-list/2012-May/msg00017.html
Ah, okay. The api gtk offers for loading symbolic icons is:
gtk_icon_info_load_symbolic()
GtkIconInfo is a helper object specific to GtkIconTheme. It's always
associated with a GtkIconTheme object. If you load something off disk
from a specific path instead of from an icon theme, then you aren't
getting it from a theme, so there's no GtkIconTheme object and no
GtkIconInfo. I guess an argument could be made for adding a
gtk_icon_info_new_from_file api.
Note, all gtk_icon_info_load_symbolic is doing is something like
return gdk_pixbuf_new...('<svg><style>/*stylesheet made from passed in
colors*/</style><include href="icon-name-symbolic.svg"/></svg>');
So St could probably just do that itself if there was a need for
st_texture_cache_load_symbolic_gicon or whatever.
--Ray
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]