search for: getdatasize

Displaying 1 result from an estimated 1 matches for "getdatasize".

Did you mean: cptdatasize
2006 Jul 12
1
SWIGging clipboard
...I''m having a go at porting the Clipboard and DnD classes, going OK, but have hit a snag where I could use your help. I''ve added several relevant classes, but now I have on OS X missing symbols: wxDataObjectBase::GetDataHere(wxDataFormat const&, void*) const wxDataObjectBase::GetDataSize(wxDataFormat const&) const DataObjectBase is an internal base class for DataObject. It''s defined in the platform-neutral wx/dataobj.h, which has class WXDLLEXPORT wxDataObjectBase { ... // get the (total) size of data for the given format virtual size_t GetDataSize(const...