Displaying 5 results from an estimated 5 matches for "wx_caret".
2007 Jul 21
0
[1135] trunk/wxruby2/swig/mark_free_impl.i: Convert from DOS to Unix newlines
...er != Qnil )
-                GC_mark_SizerBelongingToWindow(wx_sizer, rb_sizer);
-        }
-
- wxCaret* wx_caret = wx_win->GetCaret();
- if ( wx_caret )
-        {
-         VALUE rb_caret = SWIG_RubyInstanceFor(wx_caret);
-      &...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...er != Qnil )
+                GC_mark_SizerBelongingToWindow(wx_sizer, rb_sizer);
+        }
+
+ wxCaret* wx_caret = wx_win->GetCaret();
+ if ( wx_caret )
+        {
+         VALUE rb_caret = SWIG_RubyInstanceFor(wx_caret);
+      &...
2007 May 22
0
[1032] trunk/wxruby2/swig: Preserve Sizers associated with Windows from GC; fix several sample
...        VALUE rb_sizer = SWIG_RubyInstanceFor(wx_sizer);
+         rb_gc_mark(rb_sizer);
+        }
+
+ wxCaret* wx_caret = wx_win->GetCaret();
+ if ( wx_caret )
+        {
+         VALUE rb_caret = SWIG_RubyInstanceFor(wx_caret);
+      &...
2007 Jul 20
0
[1123] trunk/wxruby2/swig/wx.i: Check sizers being marked have a ruby rep and are not internal Wx-only,
...bsp  GC_mark_SizerBelongingToWindow(wx_sizer, rb_sizer);
</ins><span class="cx">         }
</span><span class="cx">
</span><span class="cx"> wxCaret* wx_caret = wx_win->GetCaret();
</span></span></pre>
</div>
</div>
</body>
</html>
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...sp    GC_mark_SizerBelongingToWindow(wx_sizer);
</ins><span class="cx">         }
</span><span class="cx">
</span><span class="cx"> wxCaret* wx_caret = wx_win->GetCaret();
</span><span class="lines">@@ -51,7 +77,6 @@
</span><span class="cx">         }
</span><span class="cx"> }
</span><span class="c...