Displaying 7 results from an estimated 7 matches for "getcaret".
2007 Jul 21
0
[1135] trunk/wxruby2/swig/mark_free_impl.i: Convert from DOS to Unix newlines
...p               GC_mark_SizerBelongingToWindow(wx_sizer, rb_sizer);
-        }
-
- wxCaret* wx_caret = wx_win->GetCaret();
- if ( wx_caret )
-        {
-         VALUE rb_caret = SWIG_RubyInstanceFor(wx_caret);
-         rb_...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...p               GC_mark_SizerBelongingToWindow(wx_sizer, rb_sizer);
+        }
+
+ wxCaret* wx_caret = wx_win->GetCaret();
+ if ( wx_caret )
+        {
+         VALUE rb_caret = SWIG_RubyInstanceFor(wx_caret);
+         rb_...
2007 Jul 20
0
[1123] trunk/wxruby2/swig/wx.i: Check sizers being marked have a ruby rep and are not internal Wx-only,
...C_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 May 22
0
[1032] trunk/wxruby2/swig: Preserve Sizers associated with Windows from GC; fix several sample
...;nbsp     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);
+         rb_...
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...mp;nbsp 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="cx">
</span...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...mp;nbsp   /**
-         * \brief Returns the associated with the window.
-        */
-
</del><span class="cx"> wxCaret * GetCaret() const;
</span><del>-        /**
-         * \brief
-        */
-
</del><span class...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...stSize() const;
</del><ins>+ wxSize GetEffectiveMinSize() const;
</ins><span class="cx"> wxColour GetBackgroundColour() const;
</span><span class="cx"> wxSize GetBestSize() const;
</span><span class="cx"> wxCaret * GetCaret() const;
</span><span class="lines">@@ -81,7 +83,6 @@
</span><span class="cx"> wxSize GetSize() const;
</span><span class="cx"> wxSizer * GetSizer() const;
</span><span class="cx"> virtual void GetTextExte...