From: Hidetoshi NAGAI Date: 2005-09-22T14:55:15+09:00 Subject: Re: Widget toolkits - layout methodolgy From: Logan Capaldo Subject: Widget toolkits - layout methodolgy Date: Thu, 22 Sep 2005 11:18:35 +0900 Message-ID: > 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)