Displaying 1 result from an estimated 1 matches for "getallformats".
2003 Nov 13
3
DnD classes
...are about virtual 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 i...