Displaying 3 results from an estimated 3 matches for "findwindowbyid".
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
....rb
</ins><span class="cx"> %ignore wxWindow::FindWindow;
</span><ins>+
+// These are class methods implemented below by hand so casting of types
+// is correct, which is very important when using XRC.
</ins><span class="cx"> %ignore wxWindow::FindWindowById;
</span><span class="cx"> %ignore wxWindow::FindWindowByName;
</span><span class="cx"> %ignore wxWindow::FindWindowByLabel;
</span><span class="lines">@@ -79,29 +97,10 @@
</span><span class="cx"> %include "...
2006 Jul 24
1
small Window.i patch
Hi
Attached a small patch to Window.i which prevents it crashing when
find_window_by_name, find_window_by_id or find_window_by_label should
return nil.
This fixes this bug (which I think was originally posted to wxruby 0.6.0)
http://rubyforge.org/tracker/index.php?func=detail&aid=634&group_id=35&atid=218
cheers
alex
_______________________________________________
wxruby-users
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...      * \param long
-         * \param wxWindow*
-        */
-
</del><span class="cx"> static wxWindow* FindWindowById(long id , wxWindow* parent = NULL) ;
</span><del>-        /**
-         * \brief Find a window by its name (as given in a window constructor or function cal...