WINDOWPIN [id] { [Flags] }
The window pin element is used to dock windows and to open the docking menu.
The alignment of the window pin is specified with the following flags:
ALIGN_LEFT | Align the window pin left. |
ALIGN_RIGHT | Align the window pin right. |
ALIGN_TOP | Align the window pin top. |
ALIGN_BOTTOM | Align the window pin bottom. |
WINDOWPIN { ALIGN_LEFT; ALIGN_TOP; };