Home | Trees | Indices | Help |
---|
|
Description =========== This class represents a possible replacement for wx.DirDialog, with the additional ability of selecting multiple folders at once. It may be useful when you wish to present to the user a directory browser which allows multiple folder selections. MultiDirDialog sports the following features: * Ability to select a single or mutliple folders, depending on the style passed; * More colourful and eye-catching buttons; * Good old Python code :-D . And a lot more. Check the demo for an almost complete review of the functionalities. Supported Platforms =================== MultiDirDialog has been tested on the following platforms: * Windows (Windows XP). Latest Revision: Andrea Gavana @ 07 October 2008, 22.00 GMT Version 0.1
|
|||
MultiDirDialog A different implementation of wx.DirDialog which allows multiple folders to be selected at once. |
|
|||
DD_MULTIPLE = 1024
|
|||
_cancel = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAY
|
|||
_ok = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAA
|
|||
_cdrom = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYA
|
|||
_computer = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQC
|
|||
_folder_close = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAA
|
|||
_folder_open = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAA
|
|||
_hd = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAA
|
|||
_new = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAA
|
|||
_removable = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ
|
|
_cancel
|
_ok
|
_cdrom
|
_computer
|
_folder_close
|
_folder_open
|
_hd
|
_new
|
_removable
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Oct 08 13:48:12 2008 | http://epydoc.sourceforge.net |