Re: [pygtk] gtk.gdk.Pixbuf troubles and IRC

2010-07-20 Thread Tim Evans
On 2010-07-21 5:12, Andrew wrote: #!/usr/bin/env python import gtk from gtk import gdk as gdk small = 16 counter = 0 offset = 4 large = 24 if __name__ == "__main__": icon_theme = gtk.icon_theme_get_default(); small_pixbuf = icon_theme.load_icon("image", small, ()); large_pixb

Re: [pygtk] gtk.gdk.Pixbuf troubles and IRC

2010-07-20 Thread Andrew
On 12/07/10 08:16, Andrew wrote: > On 12/07/10 00:01, Tim Evans wrote: >> On 2010-07-11 4:19, Andrew wrote: >>> Hi guys, >>> >>> In this example, a small gtk.gdk.Pixbuf is copied onto a larger pixbuf >>> however where on the small pixbuf, there is transparency, this is >>> converted to the gtk back