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

SA_ShowTitle

Tag start for OpenScreenTagList() boolean equivalent to flag SHOWTITLE

Declaration

Source position: intuition.pas line 2034

const SA_ShowTitle = SA_Dummy + $0016;

Description

Setting this flag places the screen's title bar in front of any backdrop windows that are opened on the screen. Data is a boolean value (True to set flag). This tag is equivalent to the SHOWTITLE flag of the TNewScreen.SType field. The title bar of the screen is always displayed behind any non-backdrop windows on that screen. This attribute can be changed after the screen is open with the ShowTitle() function.


Documentation generated on: 2021-07-30