From: Josef Wolf Date: 2009-09-10T03:30:19+09:00 Subject: Re: Where is TkcGrid? On Thu, Sep 10, 2009 at 02:37:43AM +0900, Joel VanderWerf wrote: > Josef Wolf wrote: >> In Perl/Tk, tha canvas has a grid item type. Is this item type missing from >> the Ruby/Tk port? Using >> >> TkcGrid.new([0,0], [10,10]) >> >> results in >> >> ./test.rb:17: uninitialized constant TkcGrid (NameError) >> >> Any hints? > > TkGrid is used in many of the samples: sample/scrollframe.rb, for example. Thanks for your reply, Joel! I am talking about the TkcGrid item type of the canvas widget and not about the TkGrid geometry manager. The TkcGrid item type draws little dots with a regular distance into the canvas.