Ian King wrote:
> Is there any way that a listitem can remove itself from a combo box on its
> selection without the application seg faulting.

Hi Ian, I remember struggling with something like this ... the solution
I found was to warp the focus to some other widget (with
gtk_widget_grab_focus()) before the delete. 

John

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

Reply via email to