search for: ga_smooth

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

Did you mean: wxga_smooth
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%
...int.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(110, 140), Wx::Size.new(25,250), Wx::GA_VERTICAL) - @g3.set_bezel_face(3) - @g3.set_shadow_width(3) - - evt_idle {|event| idle_handler(eve...