Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] the efficiency of tree with treeEditor in gtk and win32

I write a a multiColumn tree with a column has a treeEditor.
each treeEditor controls a progressBar.
I create tens of TreeItem.
but I found that the efficiency of the same tree behaves much different
between linux(gtk) and windows.it performs much more slowly in
linux(gtk) than windows,especially in scrolling the tree.
is it normal ?
are there any ways to improve the efficiency of the tree in linux(gtk) ?





Back to the top