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?
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".
Looks like a nice control! I do need the tri-state stuff though,
perhaps I'll implement it and submit a patch or something
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".
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org