Displaying 5 results from an estimated 5 matches for "setcaret".
Did you mean:
getcaret
2006 Apr 23
4
Wx::Window#get_text_extent patch
Here''s a patch to fix Wx::Window#get_text_extent - it requires that the
patches from teh last message are applied, to enable *INPUT etc typemaps.
Roy - though the function works correctly when called from Ruby, it
still causes a crash when called internally when clicking on a Wx::Grid
cell. Saw your message on SWIG mailing list, hopefully someone there can
help out.
alex
2006 Dec 20
0
[789] trunk/wxruby2/swig/classes/Window.i: Make GetChildren work (tho general fix for get_ruby_object still needed)
...xWindow::Clear;
</span><span class="cx"> %ignore wxWindow::GetAccessible;
</span><del>-%ignore wxWindow::GetChildren;
</del><span class="cx"> %ignore wxWindow::PopEventHandler;
</span><span class="cx"> # %ignore wxWindow::SetCaret;
</span><span class="cx">
</span><span class="lines">@@ -25,8 +24,28 @@
</span><span class="cx">
</span><span class="cx"> %apply int * INOUT { int * x_INOUT, int * y_INOUT }
</span><span class="c...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...;>@@ -8,7 +8,6 @@
</span><span class="cx"> %ignore wxWindow::Clear;
</span><span class="cx"> %ignore wxWindow::GetAccessible;
</span><span class="cx"> %ignore wxWindow::PopEventHandler;
</span><del>-# %ignore wxWindow::SetCaret;
</del><span class="cx">
</span><span class="cx"> // LayoutConstraints are deprecated and not supported in WxRuby
</span><span class="cx"> %ignore wxWindow::SetConstraints;
</span><span class="lines">@@ -24,7 +...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...;nbsp     2006-12-03 17:30:10 UTC (rev 778)
</span><span class="lines">@@ -11,6 +11,9 @@
</span><span class="cx"> %ignore wxWindow::PopEventHandler;
</span><span class="cx"> # %ignore wxWindow::SetCaret;
</span><span class="cx">
</span><ins>+// LayoutConstraints are deprecated and not supported in WxRuby
+%ignore wxWindow::SetConstraints;
+
</ins><span class="cx"> // only support the variants that return an object
</span><span class...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...p;nbsp   * \brief Sets the associated with the window.
-         * \param wxCaret *
-        */
-
</del><span class="cx"> void SetCaret(wxCaret * caret );
</span><del>-        /**
-         * \brief
-         * \param int
-&...