1#!/usr/bin/env ruby
2require 'tk'
3require 'tkextlib/iwidgets'
4
5Tk::Iwidgets::Spindate.new.pack(:padx=>10, :pady=>10)
6
7Tk.mainloop
8