Method: Tk::Iwidgets::Watch#show_now

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

#show_nowObject



45
46
47
48
# File 'lib/tkextlib/iwidgets/watch.rb', line 45

def show_now
  tk_call(@path, 'show', 'now')
  self
end