GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxFileDataObject(3) Erlang Module Definition wxFileDataObject(3)

wxFileDataObject - Functions for wxFileDataObject class

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 file manager under Unix which makes it possible to receive files from them using this class.

See: wxDataObject, wxDataObjectSimple (not implemented in wx), wxTextDataObject, wxBitmapDataObject, wxDataObject

This class is derived (and can use functions) from: wxDataObject

wxWidgets docs: wxFileDataObject

wxFileDataObject() = wx:wx_object()

new() -> wxFileDataObject()


Constructor.

addFile(This, File) -> ok


Types:

This = wxFileDataObject()
File = unicode:chardata()

Adds a file to the file list represented by this data object (Windows only).

getFilenames(This) -> [unicode:charlist()]


Types:

This = wxFileDataObject()

Returns the array of file names.

destroy(This :: wxFileDataObject()) -> ok


Destroys the object.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.