
This class contains a progress bar, which can present work-in-progress in a number of different styles.


Constructor.
| Argument | Type | Default | Description |
| p | FXComposite | Parent widget. | |
| tgt | FXObject | None | Message target. |
| sel | Int | 0 | Message ID. |
| opts | Int | FRAME_SUNKEN| FRAME_THICK | Options and hints. |
| x | Int | 0 | X coordinate of origin. |
| y | Int | 0 | Y coordinate of origin. |
| w | Int | 0 | Width of the widget. |
| h | Int | 0 | Height of the widget. |
| pl | Int | DEFAULT_PAD | Left padding (margin). |
| pr | Int | DEFAULT_PAD | Right padding (margin). |
| pt | Int | DEFAULT_PAD | Top padding (margin). |
| pb | Int | DEFAULT_PAD | Bottom padding (margin). |

Hides the progress bar iteration or percentage text.
Reimplemented from FXProgressBar.

Sets the progress bar style.
| Argument | Type | Default | Description |
| style | Int | Style flag. |

Sets the number of cursor boxes to display.
| Argument | Type | Default | Description |
| nb | Int | Number of boxes. |

Sets the current progress amount that is used by a progress bar in either iteration or percentage mode; the progress amount is ingored by a progress bar in scanner mode.
Reimplemented from FXProgressBar.
| Argument | Type | Default | Description |
| value | Int |

Sets the total progress amount that is used by a progress bar in either iteration or percentage mode; the progress amount is ingored by a progress bar in scanner mode.
Reimplemented from FXProgressBar.
| Argument | Type | Default | Description |
| value | Int |