Tk::Itk::Widget
# File tk/lib/tkextlib/iwidgets/spindate.rb, line 37 def get_clicks number(tk_call(@path, 'get', '-clicks')) end
# File tk/lib/tkextlib/iwidgets/spindate.rb, line 32 def get_string tk_call(@path, 'get', '-string') end
# File tk/lib/tkextlib/iwidgets/spindate.rb, line 41 def show(date=None) tk_call(@path, 'show', date) self end
# File tk/lib/tkextlib/iwidgets/spindate.rb, line 45 def show_now tk_call(@path, 'show', 'now') self end
This page was generated for Ruby 2.3.4
Ruby-doc.org is a service of James Britt and Neurogami, a software development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.36.0.