GLib 2.33.10

2012-08-20 Thread Ryan Lortie
GLib 2.33.10 has been released. This is a point release on the way to what will become 2.34.0. API additions at this point should be considered unstable although things should be fairly well frozen by now. As usual, you can download from http://download.gnome.org/sources/glib/2.33

Re: learning GtkLayout, drawing a widget on it.

2012-08-20 Thread Stefan Salewski
On Mon, 2012-08-20 at 03:09 +0200, ben wrote: > Hello list, > > It may be a basic and common question, but i dare to ask... > > I began to write a custom widget, subclassing GtkDrawingArea, An alternative approach may be to just use a GTK drawing area with cairo drawing operations as I did http

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 > 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 and actually

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 > 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 and actually

Re: gtk3 + python : lookup_widget

2012-08-20 Thread Tristan Van Berkom
On Mon, Aug 20, 2012 at 2:32 PM, Patrick Shirkey 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 and actually it originates from people using generated code from >> the original