home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11520 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  665 b 

  1. Path: sparky!uunet!sun-barr!decwrl!csus.edu!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Removing title bar from window?
  5. References: <1428@grivel.une.edu.au>
  6. Message-ID: <paulk.0uvi@terapin.com>
  7. Date: 22 Jul 92 20:27:06 PST
  8. Organization: BBS
  9. Lines: 7
  10.  
  11. >   I know that you can remove the title bar from a screen with
  12. >   SCREEN_QUIET but how do you do it with a window. I want a
  13. >   borderless window without a titlebar to cover the whole screen.
  14.  
  15. You have to specify no gadgets for the window, BORDERLESS, and a null
  16. title pointer.  A pointer to an empty string will cause a title bar
  17. to appear.
  18.