[pygtk] how to call a method of GtkWidget by using object of GtkWindow

Gian Mario Tagliaretti gianmt at gnome.org
Mon Aug 20 19:26:03 WST 2007


2007/8/20, varun_shrivastava <shrivastavavarun a yahoo.co.in>:

> 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


More information about the pygtk mailing list