OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / ext / tk / sample / tkextlib / iwidgets / sample / spindate.rb
1 #!/usr/bin/env ruby
2 require 'tk'
3 require 'tkextlib/iwidgets'
4
5 Tk::Iwidgets::Spindate.new.pack(:padx=>10, :pady=>10)
6
7 Tk.mainloop