Doesn't CustomTreeCtrl items have a level attribute ?

hello,

Doesn't CustomTreeCtrl items have a level attribute ?
At least I couldn't find it.

It's not difficult to make,
but until now I've seen it in every language,
so I might be overlooking something :wink:

thanks,
Stef Mientki

Hi Stef,

hello,

Doesn't CustomTreeCtrl items have a level attribute ?
At least I couldn't find it.

It's not difficult to make,
but until now I've seen it in every language,
so I might be overlooking something :wink:

No, CustomTreeCtrl items do not have a "level" attribute, as
wx.TreeCtrl item don't have it. I am not sure about the utility of
such an attribute, as I have been to do everything I wanted without
even thinking about this issue... do you have any particular
application in mind about that?

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

···

On Nov 14, 2007 8:27 PM, Stef Mientki wrote: