2007/8/20, Hrvoje Nikšić <[EMAIL PROTECTED]>: > In PyGTK gtk.Window.show is the same as gtk.Widget.show:
gtk_window_show doesn't exist. > If you want to be sure you're calling gtk.Widget.show and not an > overridden method, you can call it explicitly with > gtk.Widget.show(window). come on... cheers -- Gian Mario Tagliaretti
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
