search for: initializeothermodul

Displaying 6 results from an estimated 6 matches for "initializeothermodul".

Did you mean: initializeothermodules
2007 Jan 05
0
[826] trunk/wxruby2/swig: Move RubyStockObjects back to App.i to avoid lots of error msg on GTK
..._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 InitializeOtherModules(); </span><span class="cx"> InitializeOtherModules(); </span><del>- wxInitializeStockLists(); - wxInitializeStockObjects(); </del><span class="cx"> wxInitAllImageHandlers(); </span><span class="cx"> </...
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...ypes(); + </ins><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> %init %{ </span><span class="cx"> </span><del>- </del><span class="cx"> extern void InitializeOtherModules(); </span><span class="cx"> InitializeOtherModules(); </span><span class="cx"> wxInitializeStockLists(); </span><span class="cx"> wxInitializeStockObjects(); </span><span class="cx"> wxInitAllI...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...ist << "RubyEventTypes" </del><span class="cx"> File.open(cpp_file, "a") do | out | </span><span class="cx"> out.puts </span><span class="cx"> out.puts(''extern "C" void InitializeOtherModules()'') </span><span class="lines">@@ -297,7 +293,6 @@ </span><span class="cx"> end </span><span class="cx"> create_swig_helper_task("RubyConstants") </span><span class="cx"> create_...
2008 Sep 12
7
embedding wxruby?
Hello, is it possible to code a wxWidgets GUI in C++ and pass the whole wxApp or just single windows to embedded Ruby code? This would be very nice to provide a scriptable plugin system. Greetings, Niklas _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s the current release. I''m finding all kinds of problems with the post-processors we have that clean up the .cpp files that swig creates. The
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...uot;cx"> %} </span><span class="cx"> </span><ins>+%include "mark_free_impl.i" + </ins><span class="cx"> %init %{ </span><span class="cx"> </span><span class="cx"> extern void InitializeOtherModules(); </span></span></pre> </div> </div> </body> </html>