Question about wx folder browser widget

Rhodri James rhodri at wildebst.demon.co.uk
Mon Feb 2 18:59:47 EST 2009


On Mon, 02 Feb 2009 02:58:07 -0000, Steve Holden <steve at holdenweb.com>  
wrote:

> Sam Price wrote:
>> Is there any good wx widgets that provide the same feel as folder/file
>> browser.
>> I want to be notified when a user tries to drag and drop a file/folder
>> on the widget, and then copy that file/folder to a new folder an do
>> operations on it.
>>
>> Wanted to check first to see if something exists, and not reinvent the
>> wheel.
>>
> There's TreeCtrl, and CustomTreeCtrl. I don't know whether they can be
> used with drag and drop,

Yes they can, at least after a fashion.  See
http://wiki.wxpython.org/TreeControls

-- 
Rhodri James *-* Wildebeeste Herder to the Masses



More information about the Python-list mailing list