[pygtk] How do you make a widget lose its focus?

2006-01-10 Thread Thierry Lam
Lets say I have Gtk.ComboBoxEntry. Each time I select an entry, the widget.is_focus() returns true. If I want to click another window, can I explicitly set the widgets focus to False? Thanks Thierry ___ pygtk mailing list

Re: [pygtk] How do you make a widget lose its focus?

2006-01-10 Thread dannym
Hi, Am Dienstag, den 10.01.2006, 18:03 -0500 schrieb Thierry Lam: Let’s say I have Gtk.ComboBoxEntry. Each time I select an entry, the widget.is_focus() returns true. If I want to click another window, can I explicitly set the widget’s focus to False? By clicking on another focusable widget,