GtkProgressBarStyle
An enumeration representing the styles for drawing the progress bar.
値 | シンボリック名 | 説明 |
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.
|