GtkProgress
A base class for GtkProgressBar.
Object Hierarchy
Direct Subclasses
Description
A GtkProgress is the abstract base class used to derive a GtkProgressBar which provides a visual representation of the progress of a long running operation.
Methods
configure() Â DEPRECATED Reconfigure minimum, maximum and current value. get_current_percentage() Â DEPRECATED Returns the current progress as a percentage. get_current_text() Â DEPRECATED Returns the current text. get_percentage_from_value() Â DEPRECATED Calculates the percentage from the supplied absolute progress value. get_text_from_value() Â DEPRECATED Returns the text based on the supplied value. get_value() Â DEPRECATED Returns the current progress complete value. set_activity_mode() Â DEPRECATED Sets the progress bar to activity or percentage mode. set_adjustment() Â DEPRECATED Associates a GtkAdjustment with the GtkProgress. set_format_string() Â DEPRECATED Sets a format string used to display text. set_percentage() Â DEPRECATED Sets the current percentage completion. set_show_text() Â DEPRECATED Controls whether progress text is shown. set_text_alignment() Â DEPRECATED Sets the text alignment in the progress bar area. set_value() Â DEPRECATED Sets the value to an absolute value.
Properties
Use get_property and set_property methods to access these.
activity-mode: Â Percentage or activity mode. show-text: Â Whether the progress is shown as text. text-xalign: Â Horizontal text alignment. text-yalign: Â Vertical text alignment.