
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
gtkProgressSetShowText(object, show.text)
gtkProgressSetTextAlignment(object, x.align, y.align)
gtkProgressSetFormatString(object, format)
gtkProgressSetAdjustment(object, adjustment)
gtkProgressSetPercentage(object, percentage)
gtkProgressSetValue(object, value)
gtkProgressGetValue(object)
gtkProgressSetActivityMode(object, activity.mode)
gtkProgressGetCurrentText(object)
gtkProgressGetTextFromValue(object, value)
gtkProgressGetCurrentPercentage(object)
gtkProgressGetPercentageFromValue(object, value)
gtkProgressConfigure(object, value, min, max)
GtkBuildable
.GtkProgress
is the abstract base class used to derive
a GtkProgressBar
which provides a visual representation of
the progress of a long running operation.