xtd 0.2.0
Loading...
Searching...
No Matches
arranged_direction_window.h File Reference
#include <cstddef>

Definition

Contains arranged direction constants.

Go to the source code of this file.

Variables

constexpr size_t ARW_BOTTOMLEFT
 Start at the lower-left corner of the work area.
 
constexpr size_t ARW_BOTTOMRIGHT
 Start at the lower-right corner of the work area.
 
constexpr size_t ARW_TOPLEFT
 Start at the upper-left corner of the work area.
 
constexpr size_t ARW_TOPRIGHT
 Start at the upper-right corner of the work area.
 
constexpr size_t ARW_STARTMASK
 Equivalent to ARW_TOPRIGHT.
 
constexpr size_t ARW_STARTRIGHT
 Equivalent to ARW_BOTTOMRIGHT.
 
constexpr size_t ARW_STARTTOP
 Equivalent to ARW_TOPLEFT.
 
constexpr size_t ARW_LEFT
 Arrange left (valid with ARW_BOTTOMRIGHT and ARW_TOPRIGHT only).
 
constexpr size_t ARW_RIGHT
 Arrange right (valid with ARW_BOTTOMLEFT and ARW_TOPLEFT only).
 
constexpr size_t ARW_UP
 Arrange up (valid with ARW_BOTTOMLEFT and ARW_BOTTOMRIGHT only).
 
constexpr size_t ARW_DOWN
 Arrange down (valid with ARW_TOPLEFT and ARW_TOPRIGHT only).
 
constexpr size_t ARW_HIDE
 Hide minimized windows by moving them off the visible area of the screen.