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

learning GtkLayout, drawing a widget on it.

2012-08-19 Thread ben
Hello list, It may be a basic and common question, but i dare to ask... I began to write a custom widget, subclassing GtkDrawingArea, and i am not familiar enough to gtk to draw this widget on a GtkLayout. I would not like to use a canvas library, since i would like to learn pure gtk and make