Method: Tk::Vu::Dial#coords
- Defined in:
- lib/tkextlib/vu/dial.rb
#coords(val = nil) ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/tkextlib/vu/dial.rb', line 33 def coords(val = nil) if val tk_send_without_enc('coords', val) self else tk_split_list(tk_send_without_enc('coords')) end end |