Tag for OpenWindowTagList(). Titlebar used to drag window
Source position: intuition.pas line 1100
const WA_DragBar = WA_Dummy + 31; |
This flag turns the entire title bar of the window into a drag gadget, allowing the user to position the window by clicking in the title bar and dragging the mouse. Equivalent to TNewWindow.Flags with set WFLG_DRAGBAR.