Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Initial window placement


Enumerations

enum  {
  PLACEMENT_DEFAULT,
  PLACEMENT_VISIBLE,
  PLACEMENT_CURSOR,
  PLACEMENT_OWNER,
  PLACEMENT_SCREEN,
  PLACEMENT_MAXIMIZED
}
 Initial window placement. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
PLACEMENT_DEFAULT  Place it at the default size and location.
PLACEMENT_VISIBLE  Place window to be fully visible.
PLACEMENT_CURSOR  Place it under the cursor position.
PLACEMENT_OWNER  Place it centered on its owner.
PLACEMENT_SCREEN  Place it centered on the screen.
PLACEMENT_MAXIMIZED  Place it maximized to the screen size.