Re: [pygtk] GtkComboBoxEntry and focus

2006-01-04 Thread John Ehresman
Thierry Lam wrote: Let's say I have a GtkComboBoxEntry widget and each time I select it, I have a cursor blinking which tells me that the widget is in focus. How do I check that the GtkComboBoxEntry is no longer in focus whenever I select some other part of the GUI. Are you looking for widget.

[pygtk] GtkComboBoxEntry and focus

2006-01-04 Thread Thierry Lam
Let's say I have a GtkComboBoxEntry widget and each time I select it, I have a cursor blinking which tells me that the widget is in focus. How do I check that the GtkComboBoxEntry is no longer in focus whenever I select some other part of the GUI. Thanks Thierry _