Displaying 4 results from an estimated 4 matches for "wxcalendarevent".
2007 Jun 25
0
[1071] trunk/wxruby2/swig/classes/include/wxCalendarEvent.h: Added missing SetWeekDay method
...gin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1071] trunk/wxruby2/swig/classes/include/wxCalendarEvent.h: Added missing SetWeekDay method</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1071</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-06-25 19:56:34 -0400 (Mo...
2007 Apr 13
0
[961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead
...lt;/span><span class="lines">@@ -3,11 +3,13 @@
</span><span class="cx">
</span><span class="cx"> %include "../common.i"
</span><span class="cx">
</span><ins>+%module(directors="1") wxCalendarEvent
+
</ins><span class="cx"> %{
</span><span class="cx"> #include <wx/calctrl.h>
</span><span class="cx"> %}
</span><span class="cx">
</span><del>-%module(directors="1") wxCalendarEvent...
2007 Jul 04
0
[1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
...UTC (rev 1099)
+++ trunk/wxruby2/swig/classes/include/parents.rb        2007-07-04 17:44:03 UTC (rev 1100)
</span><span class="lines">@@ -33,6 +33,7 @@
</span><span class="cx"> ''wxCalendarEvent'' => ''wxEvent'',
</span><span class="cx"> ''wxCheckBox'' => ''wxControl'',
</span><span class="cx"> ''wxCheckListBox'' => ''wxListBox'',
</span>...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...n><span class="cx">
</span><span class="cx"> %{
</span><ins>+
+extern swig_class cWxEvtHandler;
</ins><span class="cx"> static VALUE callbacks = Qnil;
</span><del>-extern swig_class cWxEvent;
-extern swig_class cWxCalendarEvent;
-extern swig_class cWxCloseEvent;
-extern swig_class cWxCommandEvent;
-extern swig_class cWxTextUrlEvent;
-extern swig_class cWxIdleEvent;
-extern swig_class cWxPaintEvent;
-extern swig_class cWxUpdateUIEvent;
-extern swig_class cWxSizeEvent;
-extern swig_class cWxTimerEvent;
-extern swig_class cW...