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

Initial window placement

Enumerations

enum  {
  FX::PLACEMENT_DEFAULT,
  FX::PLACEMENT_VISIBLE,
  FX::PLACEMENT_CURSOR,
  FX::PLACEMENT_OWNER,
  FX::PLACEMENT_SCREEN,
  FX::PLACEMENT_MAXIMIZED
}

Enumeration Type Documentation

anonymous enum

Initial window placement.

Enumerator:
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.

Copyright © 1997-2005 Jeroen van der Zijp