Re: [pygtk] Cannot find get_state() in pygtk2

2003-01-31 Thread James Henstridge
Roberto Cavada wrote: I need to retrieve sensitive state of a widget. FAQ states I can use the get_state() method, but unfortunately I could not find any trace about that method, in my pygtk installation. import gtk w = gtk.Window() w.get_state() Traceback (most recent call last): File

[pygtk] Cannot find get_state() in pygtk2

2003-01-29 Thread Roberto Cavada
I need to retrieve sensitive state of a widget. FAQ states I can use the get_state() method, but unfortunately I could not find any trace about that method, in my pygtk installation. import gtk w = gtk.Window() w.get_state() Traceback (most recent call last): File stdin, line 1, in ?

Re: [pygtk] Cannot find get_state() in pygtk2

2003-01-29 Thread Gustavo J. A. M.
On Wed, 2003-01-29 at 17:24, Roberto Cavada wrote: I need to retrieve sensitive state of a widget. FAQ states I can use the get_state() method, but unfortunately I could not find any trace about that method, in my pygtk installation. import gtk w = gtk.Window() w.get_state()