On Mon, May 23, 2005 at 10:27:49AM +0200, A.T.Hofkamp wrote: > It is probably my Qt background that steered me in the wrong direction. > There, a base class Widget is used to derive new widgets. I was looking for > something similar but could not find it.
Well, I should point out that we /do/ have a gtk.Widget class, but if you want to pack children it is ideal to inherit from some of the container classes. > Also, the tutorial didn't show how to do this. Yes, I'm sure we could use a tutorial section that described creating your own custom widgets. If only we could find a volunteer <wink> Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
