Displaying 1 result from an estimated 1 matches for "wxlogtextctrl".
Did you mean:
  logtextctrl
  
2007 May 28
0
[1034] trunk/wxruby2/swig/classes/LogTextCtrl.i: Avoid GC crasher when LogTextCtrl is active log target
...</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> 
</span><span class="cx"> %include "../common.i"
</span><span class="cx"> 
</span><del>-%module(directors="1") wxLogTextCtrl
-GC_MANAGE(wxLogTextCtrl);
</del><ins>+%module wxLogTextCtrl
+GC_NEVER(wxLogTextCtrl);
</ins><span class="cx"> 
</span><span class="cx"> %import "include/wxLog.h"
</span><span class="cx"> 
</span></span...