Re: [Fxruby-users] Deriving from FXTopWindow
Status: Inactive
Brought to you by:
lyle
From: Fredrik J. <fr...@po...> - 2004-05-28 11:11:08
|
On Fri, May 28, 2004 at 11:27:37AM +0200, Simon Strandgaard wrote: > Fredrik Jagenheim <fr...@po...> wrote: > > I can't figure out the correct arguments to the baseclass initialize: > > What about ? > super(owner, "Title", nil, nil, DECOR_ALL, 0, 0, 640, 480, 0, 0, 0, 0, 0, 0) Worked perfectly, thanks. //F |