|  |  |  | GIMP Library Reference Manual |  | 
|---|---|---|---|---|
            GimpProgressBar;
GtkWidget*  gimp_progress_bar_new           (void);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkProgress
                           +----GtkProgressBar
                                 +----GimpProgressBar
A widget providing a progress bar that automatically redirects any progress calls to itself.
GtkWidget* gimp_progress_bar_new (void);
Creates a new GimpProgressBar widget.
| Returns : | the new widget. | 
Since GIMP 2.2