__validation_class_list()
click to toggle source
def __validation_class_list
super() << CalendarCommand
end
get()
click to toggle source
get_clicks()
click to toggle source
def get_clicks
number(tk_call(@path, 'get', '-clicks'))
end
get_string()
click to toggle source
def get_string
tk_call(@path, 'get', '-string')
end
select(date)
click to toggle source
def select(date)
tk_call(@path, 'select', date)
self
end
show(date)
click to toggle source
def show(date)
tk_call(@path, 'show', date)
self
end
show_now()
click to toggle source
def show_now
tk_call(@path, 'show', 'now')
self
end