gtk_tree_view so slow



Hi All,

I try to visialize database tables.
I choose gtk_tree_view to show flat table contents.
I implemented gtk_tree_model interface to access db.

The problem I encountered is gtk_tree_view scans
whole tree_model when I create the form.
It takes too much time if there are many rows in table.

Is there a way to prevent such full scan?
Could you help?

Maxim




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