Displaying 7 results from an estimated 7 matches for "wxdataobject".
Did you mean:
dataobject
2003 Nov 13
3
DnD classes
I tried to add classes to DnD support, but I get compiling errors :(
There 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...
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...amp;nbsp  2006-12-23 03:09:28 UTC (rev 795)
</span><span class="lines">@@ -55,6 +55,7 @@
</span><span class="cx"> ''wxDC'' => ''wxObject'',
</span><span class="cx"> ''wxDataObjectComposite'' => ''wxDataObject'',
</span><span class="cx"> ''wxDataObjectSimple'' => ''wxDataObject'',
</span><ins>+ ''wxDatePickerCtrl'' => ''wxControl'',
</in...
2003 Nov 07
6
DnD
Hi!
Is drag''n''drop works currently under wxruby?
I want an app, where you can drag files from a wxlistctrl to a
wxtreectrl.
Can anyone show a little example?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2006 Oct 21
0
DataObject
I took a look at wxDataObject. My first attempts at wrapping it yielded
link errors. I''m not really sure why. If anyone tries a naive wrapping
you can probably see what I''m talking about. I got some pointers from
the wxPython implementation on how to deal with some of the functions
that return void po...
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
{
...
// g...
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some
difficulties, namely:
1. I want to read all kind of graphic files, (mainly jpg, png and tiff
is enough...) But, the current implementation seems to deal only with
bmps and currently there is no way to call ::wxInitAllImageHandlers.
2. I think DnD is required in my case: I want to drop filenames on a
TreeCtrl. I will try to add
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...+++ branches/wxruby2/wxwidgets_282/swig/classes/include/parents.rb        2007-03-17 18:39:40 UTC (rev 883)
</span><span class="lines">@@ -57,7 +57,8 @@
</span><span class="cx"> ''wxDataObjectSimple'' => ''wxDataObject'',
</span><span class="cx"> ''wxDatePickerCtrl'' => ''wxControl'',
</span><span class="cx"> ''wxDialUpEvent'' => ''wxEvent''...