2007/8/20, varun_shrivastava <[EMAIL PROTECTED]>: > but in python i can't do this because GtkWindow has its own method > gtk_window_show(), so whenever i do window.show() > gtk_window_show() will be called instead of gtk_widget_show.
AFAIK there is no public method gtk_window_show(), it's a function used internally, so you cannot use it in C either. 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/
