nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

use theme icons #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There *should* be a proper way to use icons from the user's theme instead
of bundling our own hackish Tango icons.

Maybe this is related?
http://www.pygtk.org/docs/pygtk/class-gtkicontheme.html

Something like this may work:
icon_theme = gtk.icon_theme_get_default()
pixbuf = icon_theme.load_icon("specto", 48, 0)

Original issue reported on code.google.com by nekoh...@gmail.com on 7 Mar 2007 at 8:22

GoogleCodeExporter commented 9 years ago
marking as started because theme icons are now implemented in revision 83, but 
we
still need to figure out how to make them sensitive/insensitive in the notifier
window to "fade them out" if the watch is not updated. But, overall, the code 
is a
bit cleaner right now :)

Original comment by nekoh...@gmail.com on 8 Mar 2007 at 5:13

GoogleCodeExporter commented 9 years ago
I found a function that adds transparency to theme icons (thanks to Gimmie)! 

Original comment by woutclym...@gmail.com on 16 Apr 2007 at 10:36

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 1 Jul 2007 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 2:08