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

Title and border decorations

Enumerations

enum  {
  FX::DECOR_NONE = 0,
  FX::DECOR_TITLE = 0x00020000,
  FX::DECOR_MINIMIZE = 0x00040000,
  FX::DECOR_MAXIMIZE = 0x00080000,
  FX::DECOR_CLOSE = 0x00100000,
  FX::DECOR_BORDER = 0x00200000,
  FX::DECOR_SHRINKABLE = 0x00400000,
  FX::DECOR_STRETCHABLE = 0x00800000,
  FX::DECOR_RESIZE = DECOR_SHRINKABLE|DECOR_STRETCHABLE,
  FX::DECOR_MENU = 0x01000000,
  FX::DECOR_ALL = (DECOR_TITLE|DECOR_MINIMIZE|DECOR_MAXIMIZE|DECOR_CLOSE|DECOR_BORDER|DECOR_SHRINKABLE|DECOR_STRETCHABLE|DECOR_MENU)
}

Enumeration Type Documentation

anonymous enum

Title and border decorations.

Enumerator:
DECOR_NONE 

Borderless window.

DECOR_TITLE 

Window title.

DECOR_MINIMIZE 

Minimize button.

DECOR_MAXIMIZE 

Maximize button.

DECOR_CLOSE 

Close button.

DECOR_BORDER 

Border.

DECOR_SHRINKABLE 

Window can become smaller.

DECOR_STRETCHABLE 

Window can become larger.

DECOR_RESIZE 

Resize handles.

DECOR_MENU 

Window menu.

DECOR_ALL 

Copyright © 1997-2005 Jeroen van der Zijp