Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

WA_Borderless

Tag for OpenWindowTagList(). Make window borderless

Declaration

Source position: intuition.pas line 1106

const WA_Borderless = WA_Dummy + 37;

Description

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.


Documentation generated on: 2021-07-30