Tag for OpenWindowTagList(). Make window borderless
Source position: intuition.pas line 1577
const WA_Borderless = WA_Dummy + $25; |
Open a window with no borders rendered by Intuition. Equivalent to TNewWindow.Flags with set WFLG_BORDERLESS.
Use caution setting this flag, as it may cause visual confusion on the screen. Also, some borders may be rendered if any of the system gadgets are requested, if text is supplied for the window's title bar, or if any of application gadgets are in the borders.