selection in a editable widget



I'm trying to develop an auto completion combo

Everything is ok but in the changed signal this operation is not executed :

gtk_editable_select_region(editable,n,-1);

The drawing signal should deselect the text. What can I do ?

Pierre.



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