Setting tooltips on GtkComboBox

2005-02-21 Thread Egon Andersen
Hi, I've tried to set tooltips on a GtkComboBox, but apparently this doesn't work. I've like another who asked on this list long ago tried to do it directly on the gtkcombobox and also tried on the child (gtkbin), but none of this seems to work. At least I don't get any tooltips :-( Is this

Re: Setting tooltips on GtkComboBox

2005-02-21 Thread Egon Andersen
Egon Andersen wrote: Hi, I've tried to set tooltips on a GtkComboBox, but apparently this doesn't work. I've like another who asked on this list long ago tried to do it directly on the gtkcombobox and also tried on the child (gtkbin), but none of this seems to work. At least I don't get any

Re: Setting tooltips on GtkComboBox

2005-02-21 Thread Greg Breland
Is there a list of GTK_NO_WINDOW widgets? Or is there an easy way to tell from the GTK manual that a widget is GTK_NO_WINDOW? I'm sure this is the cause of my combobox event problems and I never thought that the combobox wouldn't have its own window. The other controls I've run into without