GtkProgressBar Constructor

GtkProgressBar Constructor

When constructing a progress bar, you need to specify an associated GtkAdjustment which will be used to configure the progress bar's initial value and range.

To create a progress bar in activity mode, delete the references to the text string and replace them with and any further methods appropriate to an activity indicator. You will also need to replace in the update_bar() function with

Note that a progress bar in activity mode will not be redrawn when the values of the lower and upper bounds in the attached GtkAdjustment have been exceeded.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.