Method: Tk::Iwidgets::Watch#get_string

Defined in:
lib/tkextlib/iwidgets/watch.rb

#get_stringObject Also known as: get



32
33
34
# File 'lib/tkextlib/iwidgets/watch.rb', line 32

def get_string
  tk_call(@path, 'get', '-string')
end