Gtk.DrawingArea: Port to python3/gtk3

2012-09-12 Thread Patrick Shirkey
() if self.gc_background == None: color_background = colormap.alloc_color('#FF', True, True) self.gc_background = self.area.window.new_gc() self.gc_background.set_foreground(color_background) -- Patrick

Re: gtk apps on iOS/Android?

2012-09-10 Thread Patrick Shirkey
level windowing apis that are available on osx... You can compile other languages on android and ios. I'm not sure that anyone has tried to port gtk to android or ios yet. probably inevitable though so if it's your thing than I'm sure you will be able to make something happen. -- Patrick

Re: gtk3 + python : lookup_widget

2012-08-20 Thread Patrick Shirkey
On Mon, August 20, 2012 9:16 am, Tristan Van Berkom wrote: On Mon, Aug 20, 2012 at 2:32 PM, Patrick Shirkey pshir...@boosthardware.com wrote: On Mon, August 20, 2012 6:59 am, Tristan Van Berkom wrote: The lookup_widget() paradigm comes from a very old time when we had very poor tools

Re: gtk3 + python : lookup_widget

2012-08-20 Thread Patrick Shirkey
On Mon, August 20, 2012 9:16 am, Tristan Van Berkom wrote: On Mon, Aug 20, 2012 at 2:32 PM, Patrick Shirkey pshir...@boosthardware.com wrote: On Mon, August 20, 2012 6:59 am, Tristan Van Berkom wrote: The lookup_widget() paradigm comes from a very old time when we had very poor tools

gtk3 + python : lookup_widget

2012-08-19 Thread Patrick Shirkey
) print command entered: , args[0] -- Patrick Shirkey Boost Hardware Ltd ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk3 + python : lookup_widget

2012-08-19 Thread Patrick Shirkey
haven't found an example of that but if anyone knows of one that would be very helpful. -- Patrick Shirkey Boost Hardware Ltd Cheers, -Tristan On Mon, Aug 20, 2012 at 1:10 PM, Patrick Shirkey pshir...@boosthardware.com wrote: Hi, I'm having a little trouble finding examples