Jan-Marek Glogowski wrote:
I checked my program with 2.5.5.

And had a look at the ComboBox code: the toggle button is created when
setting the style, so I think the box must be (at least) realized, maybe
even shown.


Thanks!

I just made an extra callback function.
The callback function just contains the gtk_container_forall()
The callback function is connected by g_signal_connect_after() to the "realize" signal on the gtkcomboboxentry.


Now that part is working!

Best regards
Egon Andersen
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to