GtkProgressBarStyle
An enumeration representing the styles for drawing the progress bar.
Value | Symbolic name | Description |
  0 | Gtk::PROGRESS_CONTINUOUS |
The progress bar grows in a smooth, continuous manner.
|
  1 | Gtk::PROGRESS_DISCRETE |
The progress bar grows in discrete, visible blocks.
|