Focus in event problem

2003-02-18 Thread Andrew E. Makeev
Hello I have a problem here with focus_in event. When my app is creating combobox widget, it is setting focus_in and focus_out events to perform some function. For instance, one function filling dropdown list in separate thread, then inform GTK-thread to get this data and set it for my

Re: Focus in event problem

2003-02-18 Thread Paul Davis
I have a problem here with focus_in event. When my app is creating combobox widget, it is setting focus_in and focus_out events to perform some function. For instance, one function filling dropdown list in separate thread, then inform GTK-thread to get this data and set it for my combobox. The