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,
  SPLITTER_NORMAL = SPLITTER_HORIZONTAL
}

Enumeration Type Documentation

anonymous enum
 

Splitter options.

Enumeration values:
SPLITTER_HORIZONTAL  Split horizontally.
SPLITTER_VERTICAL  Split vertically.
SPLITTER_REVERSED  Reverse-anchored.
SPLITTER_TRACKING  Track continuous during split.

Copyright © 1997-2004 Jeroen van der Zijp