Alec Hussey wrote:
I've been having a ton of trouble with this custom gtk dialog I am
trying to create. The code "runs" however I receive a GtkWarning message
saying:

/home/maddog39/Projects/mmoalert/actiondialog.py:42: GtkWarning: gtk_box_pack_end: 
assertion `child->parent == NULL' failed
  self.message_hbox.pack_end(self.message_entry)

Don't see the cause immediately, but I think the warning means self.message_entry has already been added to a container. A widget may only be in one container at a time.

Cheers,

John
_______________________________________________
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