home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!decwrl!csus.edu!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Removing title bar from window?
- References: <1428@grivel.une.edu.au>
- Message-ID: <paulk.0uvi@terapin.com>
- Date: 22 Jul 92 20:27:06 PST
- Organization: BBS
- Lines: 7
-
- > I know that you can remove the title bar from a screen with
- > SCREEN_QUIET but how do you do it with a window. I want a
- > borderless window without a titlebar to cover the whole screen.
-
- You have to specify no gadgets for the window, BORDERLESS, and a null
- title pointer. A pointer to an empty string will cause a title bar
- to appear.
-