1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk/sample
nagai 07cff4bd71 tk.rb :
* TkRoot.new and TkToplevel.new accept Wm commands as elements
    of a hash argument.
    e.g. TkRoot.new(:title=>'App Title')
         TkToplevel.new(:parent=>Tk.root, :title=>'XXX', :class=>'ZZZ')

sample/tktimer2.rb
  * add comments about the usage of a TkTimer object.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-21 12:55:17 +00:00
..
tkbiff.rb changes from personal modifies -- matz 2000-12-28 05:00:47 +00:00
tkbrowse.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkdialog.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkfrom.rb changes from personal modifies -- matz 2000-12-28 05:00:47 +00:00
tkhello.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkline.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tktimer.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tktimer2.rb tk.rb : 2003-06-21 12:55:17 +00:00