Method: Tk::Tile::TProgressbar#step
- Defined in:
- lib/tkextlib/tile/tprogressbar.rb
#step(amount = None) ⇒ Object
31 32 33 |
# File 'lib/tkextlib/tile/tprogressbar.rb', line 31 def step(amount=None) tk_send_without_enc('step', amount).to_f end |