On Sep 22, 2005, at 1:55 AM, Hidetoshi NAGAI wrote: > From: Logan Capaldo <logancapaldo / gmail.com> > Subject: Widget toolkits - layout methodolgy > Date: Thu, 22 Sep 2005 11:18:35 +0900 > Message-ID: <ADA66963-B91B-4F53-A376-5B87B8DC9386 / gmail.com> > >> of weird. I REALLY liked Gtk's HBox and VBox, setup, and while Tk has >> many options including a grid layout, (which I could use like HBox >> and Vbox sort of) this does not (appear) to be one of them. This made >> > > Please see TkHBox and TkVBox class of "ext/tk/sample/tkalignbox.rb" > (You'll be able to find it in Ruby's source archive). > Can those classes satisfy you? > -- > Hidetoshi NAGAI (nagai / ai.kyutech.ac.jp) > > I will definitely check those out. Thanks