Displaying 7 results from an estimated 7 matches for "popeventhandl".
Did you mean:
popeventhandler
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 30
0
[810] trunk/wxruby2/swig/classes/Window.i: Added WINDOW_VARIANT enum to support small/mini controls on OS X
...)
+ wxWINDOW_VARIANT_LARGE, // Large size (about 25 % larger than normal )
+};
+
</ins><span class="cx"> %ignore wxWindow::Clear;
</span><span class="cx"> %ignore wxWindow::GetAccessible;
</span><span class="cx"> %ignore wxWindow::PopEventHandler;
</span></span></pre>
</div>
</div>
</body>
</html>
2007 Apr 26
0
[973] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix crasher with Window#get_handle, also comment the paint method
...      2007-04-26 22:45:33 UTC (rev 973)
</span><span class="lines">@@ -17,6 +17,9 @@
</span><span class="cx"> %ignore wxWindow::GetAccessible;
</span><span class="cx"> %ignore wxWindow::PopEventHandler;
</span><span class="cx">
</span><ins>+// A custom method is required to do the correct casting - see below
+%ignore wxWindow::GetHandle;
+
</ins><span class="cx"> // LayoutConstraints are deprecated and not supported in WxRuby
</span>...
2006 Dec 20
0
[789] trunk/wxruby2/swig/classes/Window.i: Make GetChildren work (tho general fix for get_ruby_object still needed)
...n class="cx">
</span><span class="cx"> %ignore wxWindow::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 i...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...:53 UTC (rev 794)
</span><span class="lines">@@ -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;
&l...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...15:49:05 UTC (rev 777)
+++ trunk/wxruby2/swig/classes/Window.i        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">...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...and returns the top-most event handler on the event handler stack.
-         * \param bool
-        */
-
</del><span class="cx"> wxEvtHandler* PopEventHandler(bool deleteHandler = false);
</span><del>-        /**
-         * \brief
-         * \para...