Is it possible to somehow subclass wx.GenericDirCtrl but then so that it does not go the filesystem for directory and file list but to a function I supply ?
Thanks
J
Is it possible to somehow subclass wx.GenericDirCtrl but then so that it does not go the filesystem for directory and file list but to a function I supply ?
Thanks
J
f rom wrote:
Is it possible to somehow subclass wx.GenericDirCtrl but then so that it does not go the filesystem for directory and file list but to a function I supply ?
No, you'll need to implement your own custom class using wx.TreeCtrl to make something like that work.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!