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

Progress bar styles


Enumerations

enum  {
  PROGRESSBAR_HORIZONTAL = 0,
  PROGRESSBAR_VERTICAL = 0x00008000,
  PROGRESSBAR_PERCENTAGE = 0x00010000,
  PROGRESSBAR_DIAL = 0x00020000,
  PROGRESSBAR_NORMAL = FRAME_SUNKEN|FRAME_THICK
}
 Progress bar styles. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
PROGRESSBAR_HORIZONTAL  Horizontal display.
PROGRESSBAR_VERTICAL  Vertical display.
PROGRESSBAR_PERCENTAGE  Show percentage done.
PROGRESSBAR_DIAL  Show as a dial instead of bar.