search for: set_foreground_colour

Displaying 8 results from an estimated 8 matches for "set_foreground_colour".

2007 Nov 18
4
set background label to transparent??
I just use wxRuby and I have problem I use background image on my app and when I create label it seem look background of label is gray, how can I change it into transparent???? -- Posted via http://www.ruby-forum.com/.
2005 Sep 02
2
About.rbw.patch
This patch file allows the About menu item in the bigdemo sample to work. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 04
0
[1009] trunk/wxruby2/samples/treectrl/treectrl.rb: ok method name changed to is_ok
...ss="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><span class="lines">@@ -1180,7 +1180,7 @@ </span><span class="cx"> Wx::log_message(''NOT IMPLEMENTED'') </span&g...
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...;span class="cx"> </span><span class="cx"> *set_initial_best_size*(%(arg-type)Size% size) </span><span class="lines">@@ -2127,7 +2149,6 @@ </span><span class="cx"> </span><span class="cx"> "set_foreground_colour":#Window_setforegroundcolour, "inherit_attributes":#Window_inheritattributes </span><span class="cx"> </span><del>- </del><span class="cx"> h3(#Window_setdroptarget). Window#set_drop_target </span><span class="cx&...
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...:#Window_inheritattributes - - -h3(#Window_setownforegroundcolour). Window#set_own_foreground_colour - - *set_own_foreground_colour*(%(arg-type)Colour% colour) - -Sets the foreground colour of the window but prevents it from being inherited -by the children of this window. - -h4. See also - -"set_foreground_colour":#Window_setforegroundcolour, "inherit_attributes":#Window_inheritattributes - </del><span class="cx"> h3(#Window_setdroptarget). Window#set_drop_target </span><span class="cx"> </span><span class="cx"> *set_drop_ta...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...d_colour(Wx::BLUE) - txt = Wx::StaticText.new(@panelA, -1, "Resize the window and see\nwhat happens... Notice that\nthere is no OnSize handler.", - Wx::Point.new(5,5), Wx::Size.new(-1,50)) - txt.set_background_colour(Wx::BLUE) - txt.set_foreground_colour(Wx::WHITE) - - lc = Wx::LayoutConstraints.new() - lc.top.same_as(self, Wx::LAYOUT_TOP, 10) - lc.left.same_as(self, Wx::LAYOUT_LEFT, 10) - lc.bottom.same_as(self, Wx::LAYOUT_BOTTOM, 10) - lc.right.percent_of(self, Wx::LAYOUT_RIGHT, 50) - @panelA.set_...
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