GtkTreeStore.



I'm making a program, and I'm woundering if the right way to 
properly 'auto sort' the GtkTreeView is to set a sort column
with 
GtkTreeStore *store;

...

gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(store), 1,
GTK_SORT_ASCENDING);

This seems to work, but I'm having strange problems while using it,
so I'm woundering if it's the correct way to go about it.?

-- 
Thomas Ugland

-> If everything is coming your way then you're in the wrong lane. <-




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