Displaying 1 result from an estimated 1 matches for "filter_event_sym".
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
...rn swig_class cWxEvent;
</span><span class="cx"> extern "C" void Init_wxRubyStockObjects();
</span><span class="cx">
</span><ins>+// Pre-fetched id because it''s called very frequently in wxRubyApp::FilterEvent
+static VALUE filter_event_sym = rb_intern("filter_event");
</ins><span class="cx">
</span><span class="cx"> class wxRubyApp : public wxApp
</span><span class="cx"> {
</span><span class="lines">@@ -189,7 +195,33 @@
</span><...