From: Hidetoshi NAGAI Date: 2006-09-01T12:01:13+09:00 Subject: Re: TkDialogBox missing? From: Josef Wolf Subject: TkDialogBox missing? Date: Fri, 1 Sep 2006 07:50:34 +0900 Message-ID: <20060831224125.GC26550@raven.wolf.local> > I am pretty new to ruby, but I have used perl/Tk in my previous life ;-) > I can't find ruby's aequivalent to perl's Tk::DialogBox. I need to That is NOT a standard widget of Tcl/Tk. Probably, it is a perl/Tk specific one. I think that "Dialog" widget of BWidget extension is one of similar widgets. BWidget extension is written in pure Tcl/Tk. So, it is not difficult to install. Ruby/Tk supports BWidget extension by 'tkextlib/bwidget.rb'. # Of course, you can write such new widget class by your own. :-) -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)