Bruce Who wrote:
Robin Dunn:
I read the wxwidgets document distributed with wxpython, and find that :
wxFileDataObject::AddFile
virtual void AddFile(const wxString& file)MSW only: adds a file to the file list represented by this data object.
so, does this mean that this approach only works for MSW? Are there any approaches for both M$ and Linux?
No, the docs are out of date. The wxFileDataObject works fine on the
other platforms.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!