> Pardon the *really* dumb variable names.
> -----
> a_message_box = GtkText()
> a_message_box.insert_text("this is a test")
> a_message_box.set_editable(FALSE)
> a_main_vbox.add(a_message_box)
> a_message_box.show()
> -----

Wouldn't it be better to show_all()?
I'm not sure if that's the problem, but it could be that Gtk+ won't
set up the widget properly until it gets a show() message.

.show()-should-be-abolished-ly y'rs, Z.
--
Moshe Zadka <[EMAIL PROTECTED]> -- 95855124
http://advogato.org/person/moshez


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to