[BangPypers] wx.TreeCtrl !

Senthil Kumaran senthil at uthcode.com
Fri Sep 16 16:10:50 CEST 2011


On Wed, Sep 14, 2011 at 07:28:18PM +0530, aßlเίlαslเ wrote:
> with all the folder in a hierarchical Tree structure, and can multiple
> folders can be selected to do task like copy/paste/delete....
>      need help on wx as how to go abt it...

I think, this is fairly common use-case when dealing with any GUI
library. After starting with wxwidgets

http://www.learningpython.com/2007/01/29/creating-a-gui-using-python-wxwidgets-and-wxpython/

You may just look for the example program here in the http://www.wxwidgets.org/
for directory nativagator and tree structure.
Then you can deal with copy/paste/delete functions.

-- 
Senthil



More information about the BangPypers mailing list