GimpUi.ProgressBar

from gi.repository import GimpUi

progress_bar = GimpUi.ProgressBar()
  

A widget providing a progress bar that automatically redirects any progress calls to itself.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.ProgressBar
          • GimpUi.ProgressBar