Index

C++ Code Documentation

gtk::widget0::ProgressBar

Derived from: virtual widget::ui::Float , gtk::widget0::Progress

File: WIDGET/gtk/widget0/ProgressBar.H

public:
  • ProgressBar() : Progress( gtk_progress_bar_new() );
  • ProgressBar( GtkAdjustment *adjustment ) : Progress( gtk_progress_bar_new_with_adjustment( adjustment ) );
  • void set(float a);
  • float get() const;
  • void format_string( char const *format );
  • void show_text( bool state );
  • void set_bar_style( GtkProgressBarStyle style );
  • void set_discrete_blocks( uint blocks );
  • void set_activity_step( uint step );
  • void set_activity_blocks( uint blocks );
  • void set_orientation( GtkProgressBarOrientation orientation );
  • void update( float percentage );
protected:
  • ProgressBar( GtkWidget *x ) : Progress(x);
private:


gtk::widget0::ProgressBar GANG