Method: Tk::Iwidgets::Spindate#get_string
- Defined in:
- lib/tkextlib/iwidgets/spindate.rb
#get_string ⇒ Object Also known as: get
32 33 34 |
# File 'lib/tkextlib/iwidgets/spindate.rb', line 32 def get_string tk_call(@path, 'get', '-string') end |