search for: clearid

Displaying 1 result from an estimated 1 matches for "clearid".

Did you mean: cleared
2006 Nov 12
0
[729] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix some little bugs with the About dialog
...gt;- helpID = @demoID += 1 </del><ins>+ helpID = Wx::ID_ABOUT </ins><span class="cx"> findID = @demoID += 1 </span><span class="cx"> findnextID = @demoID += 1 </span><span class="cx"> clearID = @demoID += 1 </span><span class="lines">@@ -489,7 +489,7 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def on_help_about(event) </span><del>-...