Displaying 1 result from an estimated 1 matches for "gc_manage_as_sizer".
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...lt;/span><span class="cx"> %include "../common.i"
</span><span class="cx">
</span><span class="cx"> %module(directors="1") wxBoxSizer
</span><del>-GC_MANAGE_AS_OBJECT(wxBoxSizer);
</del><ins>+GC_MANAGE_AS_SIZER(wxBoxSizer);
</ins><span class="cx">
</span><span class="cx">
</span><del>-// shared functions for GC marking
</del><ins>+// shared functions
</ins><span class="cx"> %include "../shared/sizers.i"...