From: Noritugu Nakamura Date: 1997-01-20T00:16:54+09:00 Subject: [ruby-list:1771] rectangle of canvas widget ruby/Tk を色々試してみている、中村です。 ruby/Tk には Canvas ウィジェットコマンドの rectangle が含まれていないようです。 tkcanvas.rb, tkclass.rb を参考に class TkcRectangle scale .s -from 0 -to 100 -showvalue yes -tickinterval 10 -length 300 pack .s image create photo image1a -file [file join $tk_library demos images earth.gif] label .l1 -image image1a -bd 1 -relief sunken pack .l1 -side top -padx .5m -pady .5m 中村典嗣@京都大学大学院工学研究科電子通信工学専攻 E-mail: nnakamur@tamaru.kuee.kyoto-u.ac.jp