On 14 February 2011 13:20, James Morris wrote:
> Hi,
>
> (forgive some imprecise names here, am writing from memory and in a
> rush before work)
>
> I'm adapting some code which uses gobject to create a widget. The code
> previously used GtkWidget as the parent_class but I am trying to adapt
> it
Hi,
(forgive some imprecise names here, am writing from memory and in a
rush before work)
I'm adapting some code which uses gobject to create a widget. The code
previously used GtkWidget as the parent_class but I am trying to adapt
it to GtkDrawingArea as the parent_class.
However, the button_pr