Looking for a tree widget with control of text color

Vadim Zeitlin zeitlin at seth.lpthe.jussieu.fr
Mon Jul 17 10:41:52 EDT 2000


On Wed, 12 Jul 2000 14:23:54 GMT, Tom <NoSpam at NoSpam.com> wrote:
>This surprises me.
>It is my understanding that wxPython is a 'native' gui, so, on Windows, its
>tree control would be implemented using the windows tree view common
>control,

 This is correct.

> which is dynamic but doesn't support differing text colors for
> different nodes.

 This is not entirely correct: newer (comctl32.dll 4.70+) versions of the
treeview common control implement the so called "custom draw" functionality
which wxTreeCtrl uses.

 Regards,
VZ



More information about the Python-list mailing list