[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

SA_ShowTitle

Tag start for OpenScreenTagList() boolean equivalent to flag SHOWTITLE

Declaration

Source position: intuition.pas line 1258

const SA_ShowTitle = SA_Dummy + 22;

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: 2017-01-10