ruby--ruby/ext/tk/sample
nagai 79edd1af70 tk.rb :
* add and modify :
      TkWidget.database_class, TkWidget.database_classname,
      TkWidget#database_class, TkWidget#database_classname
  * instances of a subclass of TkToplevel or TkFrame are
    created with ":class=>subclass" option as default.
    For example, the followings create similar objects.
      (1) TkFrame.new(:class=>'XXX')
      (2) class XXX < TkFrame; end; XXX.new

sample/tkoptdb.rb :
  * add new part of sample script


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-25 14:40:32 +00:00
..
resource.en tk.rb : 2003-06-24 16:46:07 +00:00
resource.ja tk.rb : 2003-06-24 16:46:07 +00:00
tkbiff.rb changes from personal modifies -- matz 2000-12-28 05:00:47 +00:00
tkbrowse.rb
tkdialog.rb
tkfrom.rb changes from personal modifies -- matz 2000-12-28 05:00:47 +00:00
tkhello.rb
tkline.rb
tkmenubutton.rb tk.rb : 2003-06-22 16:17:02 +00:00
tkoptdb.rb tk.rb : 2003-06-25 14:40:32 +00:00
tktimer.rb
tktimer2.rb tk.rb : 2003-06-21 12:55:17 +00:00