[wxPython] wxTreeCtrl: hide root

Hi,

Can we hide the root node of the tree control ?
(wxTR_HIDE_ROOT don't work. )

I have wxPython 2.3.2.1 (win98)

Lucian.

···

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Can we hide the root node of the tree control ?
(wxTR_HIDE_ROOT don't work. )

I have wxPython 2.3.2.1 (win98)

The flag was ignored on wxMSW for a long time because it required some
tricky work of some sort... It is now supported in 2.3.3.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!