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

WA_Title

Tag for OpenWindowTagList(). Title for window

Declaration

Source position: intuition.pas line 876

const WA_Title = WA_Dummy + 11;

Description

A pointer to a #0 terminated text string, which is used as the window title and is displayed in the window's title bar.

Intuition draws the text using the colors defined in the DrawInfo pen array (TDrawInfo.dri_Pens) and displays as much as possible of the window title, depending upon the current width of the title bar.

The title is rendered in the screen's default font.

A title bar is added to the window if any of the properties WA_DragBar (WFLG_DRAGBAR), WA_DepthGadget (WFLG_DEPTHGADGET), WA_CloseGadget (WFLG_CLOSEGADGET) or WA_Zoom are specified, or if text is specified for a window title. If no text is provided for the title, but one or more of these system gadgets are specified, the title bar will be blank. Equivalent to TNewWindow.Title.


Documentation generated on: 2017-01-10