[TAG] One for Ben
Thomas Adam
thomas_adam at bonbon.net
Fri Jul 16 02:21:30 MSD 2004
On Thu, 15 Jul 2004 14:35:04 +0530
"Kapil Hari Paranjape" <kapil at imsc.res.in> wrote:
> DestroyFunc FullScreen
> AddToFunc FullScreen
> + I Current WindowStyle NoHandles, NoTitle, !Borders
In this context, I would strongly advocate "ThisWindow" over the use of
"Current" here. Also, you can negate the whole style line thus:
``
WindowStyle !Handles, !Title, !Borders
''
This will be the preferred syntax >=2.5
> There is an alternate mechanism which is to have a Decor/NoDecor
Easier to use "ChangeDecor" rather than a pair of decors.
-- Thomas Adam
--
"Programming in Ruby is like being hugged." -- Greg McIntyre, Ruby
programmer.
More information about the TAG
mailing list