On Fri, May 20, 2005 at 02:43:44PM +0200, A.T.Hofkamp wrote:
> class Gantt(gtk.Window):

[snip]

>         self.gantt = Gantt()
>         self.box.pack_start(self.gantt, True, True, 0)

If Gantt is a window, why are you trying to pack it into a container?
Windows are always toplevel, that won't work. Are you confused about
packing semantics? Look at the FAQ, and then try gazpacho out for an
easier learning curve.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to