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

Splitter options

Enumerations

enum  {
  FX::SPLITTER_HORIZONTAL = 0,
  FX::SPLITTER_VERTICAL = 0x00008000,
  FX::SPLITTER_REVERSED = 0x00010000,
  FX::SPLITTER_TRACKING = 0x00020000,
  FX::SPLITTER_NORMAL = SPLITTER_HORIZONTAL
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Splitter options.

Enumerator
SPLITTER_HORIZONTAL 

Split horizontally.

SPLITTER_VERTICAL 

Split vertically.

SPLITTER_REVERSED 

Reverse-anchored.

SPLITTER_TRACKING 

Track continuous during split.

SPLITTER_NORMAL 

Copyright © 1997-2005 Jeroen van der Zijp