From: tsumeruby / tsumelabs.com Subject: Re: Question about GUI API for Ruby Date: Sat, 14 Jan 2006 01:09:07 +0900 Message-ID: <200601140109.39164.tsumeruby / tsumelabs.com> > If you don't like the feel of tk but are addicted to the toolkit, I recommend > you look in to the Tk::Tile extension. Additional Information.;-) On ruby-1.8.4, "Tk::Tile.__Import_Tile_Widgets__!" method was added. After calling the method, some widget classes denote classes on Tile (e.g. TkButton.new generates a Tk::Tile::Button widget). -- Hidetoshi NAGAI (nagai / ai.kyutech.ac.jp)