gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

ProgressBar Description

Details

Constructor Details

ProgressBar ()
    public                              ProgressBar               (  ) ;		

Field Details

blocks
    public    uint                      blocks ;		

in_block
    public    int                       in_block ;		

activity_pos
    public    int                       activity_pos ;		

pulse_fraction
    public    double                    pulse_fraction ;		

activity_dir
    public    uint                      activity_dir ;		

dirty
    public    uint                      dirty ;		

Signal Details

Property Details

activity_blocks
    public    weak uint                 activity_blocks           { get; set; } ;		

activity_step
    public    weak uint                 activity_step             { get; set; } ;		

adjustment
    public    weak Adjustment           adjustment                { get; set; } ;		

bar_style
    public    weak ProgressBarStyle     bar_style                 { get; set; } ;		

discrete_blocks
    public    weak uint                 discrete_blocks           { get; set; } ;		

ellipsize
    public    weak Pango.EllipsizeMode  ellipsize                 { get; set; } ;		

fraction
    public    weak double               fraction                  { get; set; } ;		

orientation
    public    weak ProgressBarOrientation  orientation               { get; set; } ;		

pulse_step
    public    weak double               pulse_step                { get; set; } ;		

text
    public    weak string               text                      { get; set; } ;		

Method Details

get_ellipsize ()
    public    Pango.EllipsizeMode       get_ellipsize             (  ) ;		

get_fraction ()
    public    double                    get_fraction              (  ) ;		

get_orientation ()
    public    ProgressBarOrientation    get_orientation           (  ) ;		

get_pulse_step ()
    public    double                    get_pulse_step            (  ) ;		

get_text ()
    public    weak string               get_text                  (  ) ;		

pulse ()
    public    void                      pulse                     (  ) ;		

set_ellipsize ()
    public    void                      set_ellipsize             ( Pango.EllipsizeMode mode ) ;		

set_fraction ()
    public    void                      set_fraction              ( double              fraction ) ;		

set_orientation ()
    public    void                      set_orientation           ( ProgressBarOrientation orientation ) ;		

set_pulse_step ()
    public    void                      set_pulse_step            ( double              fraction ) ;		

set_text ()
    public    void                      set_text                  ( string              text ) ;		


Created by Valadoc