search for: get_foreground_colour

Displaying 3 results from an estimated 3 matches for "get_foreground_colour".

Did you mean: set_foreground_colour
2007 May 04
0
[1009] trunk/wxruby2/samples/treectrl/treectrl.rb: ok method name changed to is_ok
...ot;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="cx"> end </span><...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
..."> * "Window#get_char_width":#Window_getcharwidth </span><span class="cx"> * "Window#get_children":#Window_getchildren </span><span class="lines">@@ -112,6 +114,7 @@ </span><span class="cx"> * "Window#get_foreground_colour":#Window_getforegroundcolour </span><span class="cx"> * "Window#get_grand_parent":#Window_getgrandparent </span><span class="cx"> * "Window#get_handle":#Window_gethandle </span><ins>+* "Window#get_help_text_at_poi...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up