| Class | Fox::FXProgressBar |
| In: |
rdoc-sources/FXProgressBar.rb
|
| Parent: | FXFrame |
Progress bar widget
| 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 |
| 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] |