search for: set_bezel_face

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

2007 Jul 20
0
[1124] trunk/wxruby2/samples/bigdemo/wxGauge.rbw: Use Wx::Timer instead of evt_idle to drive Gauge sample, to avoid 100%
...super(parent, -1) - @log = log - @count = 0 - - Wx::StaticText.new(self, -1, "This example shows the wxGauge control.", Wx::Point.new(45,15)) - - @g1 = Wx::Gauge.new(self, -1, 50, Wx::Point.new(110,50), Wx::Size.new(250,25)) - @g1.set_bezel_face(3) - @g1.set_shadow_width(3) - - @g2 = Wx::Gauge.new(self, -1, 50, Wx::Point.new(110,95), Wx::Size.new(250,25), Wx::GA_HORIZONTAL | Wx::GA_SMOOTH) - @g2.set_bezel_face(5) - @g2.set_shadow_width(5) - - @g3 = Wx::Gauge.new(self, -1, 50, Wx::Point.new...