Displaying 2 results from an estimated 2 matches for "wxid_cancel".
Did you mean:
id_cancel
2006 Dec 23
0
[796] trunk/wxruby2/samples/xrc/xrc_sample.rb: Simplify some method calls, rubyify and add a little more explanation
...-
-                @ok = Wx::Window.find_window_by_id(Wx::xrcid(''wxID_OK''),self)
- @cancel = Wx::Window.find_window_by_id(Wx::xrcid(''wxID_CANCEL''),self)
-                @message = Wx::Window.find_window_by_id(Wx::xrcid(''SAMPLE_MESSAGE''),self)
-    &nbs...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a
version number and packaged up for download.
Given the nature of SWIG, having a lot more people use it would probably
result in more code contributions to this project.
Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG
is fairly stable right now in terms of frequency of changes...