   #home GTK Classes GtkPreview::set_expand GtkProgress::set_show_text

        GTK Classes
   Prev  GtkProgress  Next
     _________________________________________________________________

GtkProgress

     Base class for GtkProgressBar.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkProgress

Description

     GtkProgress is a base class providing methods for widgets
     implementing progress bar functionality. The only built-in widget
     using GtkProgress is GtkProgressBar.

     Note that GtkProgress is an abstract class and cannot be
     constructed directly.

Methods

   set_show_text()
     Toggles progress text display.

   set_text_alignment()
     Sets progress text alignment.

   set_format_string()
     Sets and formats progress text.

   set_adjustment()
     Sets the progress adjustment object.

   configure()
     Sets the progress value parameters.

   set_percentage()
     Sets the current progress percentage.

   set_value()
     Sets the current progress value.

   get_value()
     Gets the current progress value.

   set_activity_mode()
     Toggles progress mode.

   get_current_text()
     Gets the current progress text.

   get_text_from_value()
     Gets progress text based on value.

   get_current_percentage()
     Gets current progress percentage.

   get_percentage_from_value()
     Gets progress percentage based on value.
     _________________________________________________________________

   Prev                    Home                        Next
   GtkPreview::set_expand   Up   GtkProgress::set_show_text
