mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	|  79edd1af70 * 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 | ||
|---|---|---|
| .. | ||
| resource.en | ||
| resource.ja | ||
| tkbiff.rb | ||
| tkbrowse.rb | ||
| tkdialog.rb | ||
| tkfrom.rb | ||
| tkhello.rb | ||
| tkline.rb | ||
| tkmenubutton.rb | ||
| tkoptdb.rb | ||
| tktimer.rb | ||
| tktimer2.rb | ||