From: Meinrad Recheis Date: 2007-12-09T21:57:30+09:00 Subject: Re: FxRuby On 12/5/07, Lyle Johnson wrote: [...] > > I am assuming that what your code calls FX::Button and FX::Text are > the same things as FXButton and FXText (or maybe FXTextField). > Yes, it can be assumed. FoxGUIb has subclassed most of the FXRuby widgets. The convention is that Fox::FXText is subclassed by FX::Text and Fox::FXTextField by FX::TextField. What has been added by libGUIb are just convenience constructors and other convenience stuff. But the subclassed widgets of course expose the standard FXRuby API. No big deal. -- Henon