Displaying 1 result from an estimated 1 matches for "set_background_color".
Did you mean:
set_background_colour
2007 Oct 16
1
Setting background color on a menu bar?
Thank you all for your help with my previous question.
Now I have a question on setting the background color
of a menu bar: can it be done?
I''ve experimented thus:
menuBar = Wx::MenuBar.new()
menuBar.set_background_color( Wx::WHITE )
But alas, it seems to have no effect.
(I''m using wxruby-1.9.0-i386-mswin32 with ruby 1.8.6)
Thanks much!