Re: how to ensure the threads safe?

2005-03-19 Thread Andreas Rottmann
"hrs" <[EMAIL PROTECTED]> writes: > I've been working on a multi-thread project based on Gtk2. I used a >listen thread beside the gtk-main thread. The listen thread is >blocked until a message comes from the Linux Message Queue. When the >listen thread received one message, it will create a dialo

Re: GtkComboBox and GtkComboBoxEntry

2005-03-19 Thread Sven Neumann
Hi, Dru <[EMAIL PROTECTED]> writes: > Under GtkCombo the dropdown list showed your currently selected item > in the popup list. The new combo boxes dont do this, if you have a > large list of it makes navigation a bit more difficult if you dont > know what you had selected before. Is there anywa

Re: GtkComboBox and GtkComboBoxEntry

2005-03-19 Thread Dru
Sven Neumann wrote: Hi, Dru <[EMAIL PROTECTED]> writes: Under GtkCombo the dropdown list showed your currently selected item in the popup list. The new combo boxes dont do this, if you have a large list of it makes navigation a bit more difficult if you dont know what you had selected before. I