search for: init_wxrubyeventtypes

Displaying 5 results from an estimated 5 matches for "init_wxrubyeventtypes".

2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
..."> </span><span class="cx"> extern swig_class cWxEvtHandler; </span><span class="cx"> </span><del>- -/////////////////////////////////////////////////// -extern "C" void Init_wxRubyStockObjects(); -extern "C" void Init_wxRubyEventTypes(); - </del><span class="cx"> class wxRubyApp : public wxApp </span><span class="cx"> { </span><span class="cx"> </span><span class="lines">@@ -99,12 +92,6 @@ </span><span class="cx"> #...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...sp2007-05-31 18:35:32 UTC (rev 1036) </span><span class="lines">@@ -534,13 +534,6 @@ </span><span class="cx"> </span><span class="cx"> %} </span><span class="cx"> </span><del>-%init %{ -extern void Init_wxRubyEventTypes(); - -Init_wxRubyEventTypes(); -%} - - </del><span class="cx"> // The EvtHandler instance event methods (evt_xxx) are not defined </span><span class="cx"> // here. Instead, they are defined by Events.cpp, generated from </span><span class="c...
2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...gt; </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-WX_DECLARE_VOIDPTR_HASH_MAP(VALUE,GcHashMap); -WX_DECLARE_VOIDPTR_HASH_MAP(bool,DeletedHashMap); </del><ins>+extern "C" void Init_wxRubyEventTypes(); </ins><span class="cx"> </span><del>-static GcHashMap GcHash; -static DeletedHashMap DeletedHash; -static VALUE GcRubyHash = Qnil; - -void GcMapPtrToValue(void *ptr, VALUE val) </del><ins>+// Code to be run when the ruby object is swept by GC - this...
2007 Jan 05
0
[826] trunk/wxruby2/swig: Move RubyStockObjects back to App.i to avoid lots of error msg on GTK
...} </span><span class="cx"> </span><span class="cx"> /////////////////////////////////////////////////// </span><del>-extern "C" void Init_wxRubyStockObjects(); </del><span class="cx"> extern "C" void Init_wxRubyEventTypes(); </span><span class="cx"> </span><span class="cx"> %} </span><span class="lines">@@ -69,14 +68,10 @@ </span><span class="cx"> </span><span class="cx"> extern void InitializeOtherMo...
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...</span><span class="cx"> </span><span class="cx"> %ignore GetAuto3D; </span><span class="lines">@@ -101,6 +103,7 @@ </span><span class="cx"> { </span><span class="cx"> Init_wxRubyEventTypes(); </span><span class="cx"> Init_wxRubyStockObjects(); </span><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...