Class Fox::FXProgressBar
In: rdoc-sources/FXProgressBar.rb
Parent: FXFrame

Progress bar widget

Progress bar styles

PROGRESSBAR_HORIZONTAL:Horizontal display
PROGRESSBAR_VERTICAL:Vertical display
PROGRESSBAR_PERCENTAGE:Show percentage done
PROGRESSBAR_DIAL:Show as a dial instead of bar
PROGRESSBAR_NORMAL:same as FRAME_SUNKEN|FRAME_THICK

Methods

Attributes

barBGColor  [RW]  Bar background color [FXColor]
barColor  [RW]  Bar color [FXColor]
barSize  [RW]  Bar width [Integer]
barStyle  [RW]  Progress bar style [Integer]
font  [RW]  Text font [FXFont]
progress  [RW]  Amount of progress [Integer]
textAltColor  [RW]  Alternate text color [FXColor]
textColor  [RW]  Text color [FXColor]
total  [RW]  Maximum value for progress [Integer]

Public Class methods

Public Instance methods

Hide progress percentage

Increment progress by given amount.

Show progress percentage

[Validate]