Displaying 1 result from an estimated 1 matches for "get_colour_from_user".
2007 May 04
0
[1009] trunk/wxruby2/samples/treectrl/treectrl.rb: ok method name changed to is_ok
...1009)
</span><span class="lines">@@ -1170,7 +1170,7 @@
</span><span class="cx"> Wx::log_message(''NOT IMPLEMENTED'')
</span><span class="cx"> return
</span><span class="cx"> col = Wx::get_colour_from_user(self, @treectrl.get_foreground_colour())
</span><del>- if col.ok()
</del><ins>+ if col.is_ok
</ins><span class="cx"> @treectrl.set_foreground_colour(col)
</span><span class="cx"> end
</span><span class=&quo...