carefree insertion of rows into autosorted CList - how?



 Hi!

 What is the "correct" way for doing carefree insertion of new rows in
autosorted GtkCList (the one for which gtk_clist_set_auto_sort(clist,1) was
called) - so that inserted row gets correct position wrt sorting column and
function?
 If I insert a row via append and even when call
	gtk_clist_set_sort_column(clist,some_other_column);
	gtk_clist_set_sort_column(clist,column_to_sort_on);
 after that the added row is out of order.

 Thank you very much in advance for you answer. 

 Best regards,
  -Vlad




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