search for: mark_wxsbsiz

Displaying 2 results from an estimated 2 matches for "mark_wxsbsiz".

Did you mean: mark_wxsbsizer
2007 Jun 26
0
[1079] trunk/wxruby2/swig/classes/StaticBoxSizer.i: Fix a misnamed function accidentally added in SVN:1077
...ines">@@ -8,7 +8,7 @@ </span><span class="cx"> </span><span class="cx"> // shared functions for GC marking </span><span class="cx"> %include "../shared/sizers.i" </span><del>-%markfunc wxBoxSizer "mark_wxSBSizer"; </del><ins>+%markfunc wxBoxSizer "mark_wxSizer"; </ins><span class="cx"> </span><span class="cx"> // Must ensure that the C++ detach method is called, else the associated </span><span class="cx"> // St...
2007 Jun 26
0
[1077] trunk/wxruby2/swig/classes/StaticBoxSizer.i: Avoid crash-on-exit with StatBoxSizer by removing some unnec director methods
...;> </span><span class="cx"> // shared functions for GC marking </span><span class="cx"> %include "../shared/sizers.i" </span><del>-%markfunc wxBoxSizer "mark_wxSizer"; </del><ins>+%markfunc wxBoxSizer "mark_wxSBSizer"; </ins><span class="cx"> </span><ins>+// Must ensure that the C++ detach method is called, else the associated +// StaticBox will be double-freed +%feature(nodirector) wxStaticBoxSizer::Detach; +%feature(nodirector) wxStaticBoxSizer::Remove; +%feature(nodi...