Method: Tk::BLT::Barchart#snap
- Defined in:
- lib/tkextlib/blt/barchart.rb
#snap(output, keys = {}) ⇒ Object
71 72 73 74 |
# File 'lib/tkextlib/blt/barchart.rb', line 71 def snap(output, keys={}) tk_send_without_enc('snap', *(hash_kv(keys, false) + output)) self end |