| Class | Tk::BLT::Stripchart |
| In: |
tk/lib/tkextlib/blt/stripchart.rb
|
| Parent: | TkWindow |
| TkCommandNames | = | ['::blt::stripchart'.freeze].freeze |
| WidgetClassName | = | 'Stripchart'.freeze |
# File tk/lib/tkextlib/blt/stripchart.rb, line 47 def extents(item) num_or_str(tk_send_without_enc('extents', item)) end
# File tk/lib/tkextlib/blt/stripchart.rb, line 55 def inside(x, y) bool(tk_send_without_enc('inside', x, y)) end
# File tk/lib/tkextlib/blt/stripchart.rb, line 51 def invtransform(x, y) list(tk_send_without_enc('invtransform', x, y)) end
# File tk/lib/tkextlib/blt/stripchart.rb, line 59 def metafile(file=None) # Windows only tk_send('metafile', file) self end
# File tk/lib/tkextlib/blt/stripchart.rb, line 65 def snap(output, keys={}) tk_send_without_enc('snap', *(hash_kv(keys, false) + output)) self end
ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.