1) Please ignore the patch for wxMouseEvent.h. Including this causes the build to fail. 2) Attached are several files to patch some things to get the bigdemo working (better): Added a generic typemap for converting ruby arrays into point arrays. Added a typedef for wxDash Corrected/expanded the typemap for GetTextExtent Added GetMultiLineTextExtent prototype (there are some others missing I didn''t add. I added this one because the typemap was so close to the other) Added typemap for SetDashes 3) It''s very late (just flew out to the West Coast) and I''m not thinking straight. But I seem to recall there was a problem I shelved earlier today where appropriate ruby interfaces weren''t being created for files we %import. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> 1) Please ignore the patch for wxMouseEvent.h. Including this causes > the build to fail.Too late. It builds here, but if it really does fail on other platforms I can revert the change. I believe it just added the copy constructor, but I would have to go back and check. A fresh patch to repair the damage (if necessary) would be welcome.> 2) Attached are several files to patch some things to get the bigdemo > working (better):Cool. Applied.> 3) It''s very late (just flew out to the West Coast) and I''m not > thinking straight. But I seem to recall there was a problem I shelved > earlier today where appropriate ruby interfaces weren''t being created > for files we %import.Interesting. Let us know if/when you remember or discover specific examples. Thanks again, Kevin
Possibly Parallel Threads
- [929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
- [695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
- [687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)
- Problem with directors and Ruby
- Patch to wxMouseEvent.h