Re: Removing a selected list item from a combo box



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]