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

Header style options

Enumerations

enum  {
  FX::HEADER_BUTTON = 0x00008000,
  FX::HEADER_HORIZONTAL = 0,
  FX::HEADER_VERTICAL = 0x00010000,
  FX::HEADER_TRACKING = 0x00020000,
  FX::HEADER_RESIZE = 0x00040000,
  FX::HEADER_NORMAL = HEADER_HORIZONTAL|FRAME_NORMAL
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Header style options.

Enumerator
HEADER_BUTTON 

Button style can be clicked.

HEADER_HORIZONTAL 

Horizontal header control (default)

HEADER_VERTICAL 

Vertical header control.

HEADER_TRACKING 

Tracks continuously while moving.

HEADER_RESIZE 

Allow resizing sections.

HEADER_NORMAL 

Copyright © 1997-2005 Jeroen van der Zijp