ButtonTreeCtrlPanel

I was looking around for a treectrl that allowed check boxes and came
accross ButtonTreeCtrlPanel in the AnalogClock directory under the
source. Is this a standard widget in wx and should it be used in
normal every day applications?

thanks,

slide

Hi Slide,

I was looking around for a treectrl that allowed check boxes and came
accross ButtonTreeCtrlPanel in the AnalogClock directory under the
source. Is this a standard widget in wx and should it be used in
normal every day applications?

Well, you can use it without problem (I was using it before inventing
CustomTreeCtrl). You might want to take a look at:

wx.lib.customtreectrl

There is a sample in the demo, under "Recent Additions".

Andrea.

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

Andrea,

Looks like a nice control! I do need the tri-state stuff though,
perhaps I'll implement it and submit a patch or something :slight_smile:

Thanks!

Slide

ยทยทยท

On 1/17/07, Andrea Gavana <andrea.gavana@gmail.com> wrote:

Hi Slide,

> I was looking around for a treectrl that allowed check boxes and came
> accross ButtonTreeCtrlPanel in the AnalogClock directory under the
> source. Is this a standard widget in wx and should it be used in
> normal every day applications?

Well, you can use it without problem (I was using it before inventing
CustomTreeCtrl). You might want to take a look at:

wx.lib.customtreectrl

There is a sample in the demo, under "Recent Additions".

Andrea.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Hi Slide,

Looks like a nice control! I do need the tri-state stuff though,
perhaps I'll implement it and submit a patch or something :slight_smile:

Well, if you manage to create a patch I am sure it will be a nice contribution!
Thank you.

Andrea.

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