WINDOWPIN

Definition

WINDOWPIN [id]
{
  [Flags]
}

Description

The window pin element is used to dock windows and to open the docking menu.

Flags

The alignment of the window pin is specified with the following flags:

ALIGN_LEFTAlign the window pin left.
ALIGN_RIGHTAlign the window pin right.
ALIGN_TOPAlign the window pin top.
ALIGN_BOTTOMAlign the window pin bottom.

Example

WINDOWPIN { ALIGN_LEFT; ALIGN_TOP; };

Further Reading