search for: wxcalendardatebord

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

Did you mean: wxcalendardateborder
2007 Apr 13
0
[961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead
...quot;../shared/datetime.i" + </ins><span class="cx"> %{ </span><span class="cx"> #include <wx/calctrl.h> </span><span class="cx"> %} </span><span class="cx"> </span><ins>+ + +%typemap(in) wxCalendarDateBorder { +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = (wxCalendarDateBorder)NUM2INT($input); +} + +%typemap(out) wxCalendarDateBorder { + $result = INT2NUM((int)$1); +} + </ins><span class="cx"> %ignore wxCalendarCtrl::wxCalendarCtrl(); </span...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not