class progress_bar : Gtk.progress_bar Gtk.obj ->
object
.. end
A widget which indicates progress visually
Inherits
val obj : Gtk.progress_bar Gtk.obj
method adjustment : GData.adjustment
method event : GObj.event_ops
method pulse : unit -> unit
method set_adjustment : GData.adjustment -> unit
method set_fraction : float -> unit
method set_orientation : Gtk.Tags.progress_bar_orientation -> unit
method set_pulse_step : float -> unit
method set_text : string -> unit
method fraction : float
method orientation : Gtk.Tags.progress_bar_orientation
method pulse_step : float
method text : string