.\" This is a wxWidgets manpage page generated from the XML docs .TH wxFileDataObject 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxFileDataObject \- File data object class .SH DESCRIPTION wxFileDataObject is a specialization of wxDataObject 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. Warning: Under all non-Windows platforms this class is currently "input-only", i.e. you can receive the files from another application, but copying (or dragging) file(s) from a wxWidgets application is not currently supported. PS: GTK2 should work as well. .SH "PARENTS" wxDataObjectSimple wxDataObject .SH "INCLUDE FILES" wx/dataobj.h .SH MEMBERS .SS wxFileDataObject () Constructor. .SS virtual void AddFile (const wxString& file) MSW only: adds a file to the file list represented by this data object. .SS const wxArrayString& GetFilenames () Returns the array of file names. .SH "SEE ALSO" wxDataObjectSimple wxDataObject wxDataObject wxDataObjectSimple wxTextDataObject wxBitmapDataObject wxDataObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.