public class ProgressBar : Widget, Implementor, Buildable {
public uint blocks ;
public int in_block ;
public int activity_pos ;
public double pulse_fraction ;
public uint activity_dir ;
public uint dirty ;
public weak uint activity_blocks { get; set; } ;
public weak uint activity_step { get; set; } ;
public weak Adjustment adjustment { get; set; } ;
public weak ProgressBarStyle bar_style { get; set; } ;
public weak uint discrete_blocks { get; set; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak double fraction { get; set; } ;
public weak ProgressBarOrientation orientation { get; set; } ;
public weak double pulse_step { get; set; } ;
public weak string text { get; set; } ;
public ProgressBar ( ) ;
public Pango.EllipsizeMode get_ellipsize ( ) ;
public double get_fraction ( ) ;
public ProgressBarOrientation get_orientation ( ) ;
public double get_pulse_step ( ) ;
public weak string get_text ( ) ;
public void pulse ( ) ;
public void set_ellipsize ( Pango.EllipsizeMode mode ) ;
public void set_fraction ( double fraction ) ;
public void set_orientation ( ProgressBarOrientation orientation ) ;
public void set_pulse_step ( double fraction ) ;
public void set_text ( string text ) ;
}

public ProgressBar ( ) ;
public uint blocks ;
public int in_block ;
public int activity_pos ;
public double pulse_fraction ;
public uint activity_dir ;
public uint dirty ;
public weak uint activity_blocks { get; set; } ;
public weak uint activity_step { get; set; } ;
public weak Adjustment adjustment { get; set; } ;
public weak ProgressBarStyle bar_style { get; set; } ;
public weak uint discrete_blocks { get; set; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak double fraction { get; set; } ;
public weak ProgressBarOrientation orientation { get; set; } ;
public weak double pulse_step { get; set; } ;
public weak string text { get; set; } ;
public Pango.EllipsizeMode get_ellipsize ( ) ;
public double get_fraction ( ) ;
public ProgressBarOrientation get_orientation ( ) ;
public double get_pulse_step ( ) ;
public weak string get_text ( ) ;
public void pulse ( ) ;
public void set_ellipsize ( Pango.EllipsizeMode mode ) ;
public void set_fraction ( double fraction ) ;
public void set_orientation ( ProgressBarOrientation orientation ) ;
public void set_pulse_step ( double fraction ) ;
public void set_text ( string text ) ;
Created by Valadoc