Method: Tk::Iwidgets::Datefield#show_now
- Defined in:
- lib/tkextlib/iwidgets/datefield.rb
#show_now ⇒ Object
55 56 57 58 |
# File 'lib/tkextlib/iwidgets/datefield.rb', line 55 def show_now tk_call(@path, 'show', 'now') self end |
55 56 57 58 |
# File 'lib/tkextlib/iwidgets/datefield.rb', line 55 def show_now tk_call(@path, 'show', 'now') self end |