search for: wxdataformat

Displaying 2 results from an estimated 2 matches for "wxdataformat".

Did you mean: didataformat
2006 Jul 12
1
SWIGging clipboard
Hi all 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 fo...
2003 Nov 13
3
DnD classes
...ual functions are abstract. I changed wxpp.rb to support size_t and other types needed, and modify extconf.rb to automatically clean all .h files, which have a similar .t file. I have problem with wxDataObject::Direction, I don''t know how the parser works, but virtual void GetAllFormats(wxDataFormat *formats, Direction dir = Get) const; shold be written as: virtual void GetAllFormats(wxDataFormat *formats, wxDataObject::Direction dir = wxDataObject::Get) const; but the parser doesn''t support it :( Can somebody fix it, and maybe anybody correct my try and explain? Thx in advance. G...