Home | Trees | Index | Help |
|
---|
Package wx :: Class FileDataObject |
|
object
--+ |DataObject
--+ |DataObjectSimple
--+ | FileDataObject
wx.DataObjectSimple
for
file names. The program works with it just as if it were a list of
absolute file names, but internally it uses the same format as
Explorer and other compatible programs under Windows or GNOME/KDE
filemanager under Unix which makes it possible to receive files from
them using this class.Method Summary | |
---|---|
DataObjectSimple |
Constructor accepts the supported format (none by default) which may also be set later with SetFormat . |
__repr__(self)
| |
Adds a file to the list of files represented by this data object. | |
[names] |
Returns a list of file names. |
Class Variable Summary |
---|
Method Details |
---|
__init__(self)
Constructor accepts the supported format (none by default) which may
also be set later with |
AddFile(self, filename)Adds a file to the list of files represented by this data object.
|
GetFilenames(self)Returns a list of file names.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:11 2005 | http://epydoc.sf.net |