Index

C++ Code Documentation

gtk::widget0::Progress

Derived from: gtk::widget0::Widget

Children: gtk::widget0::ProgressBar

File: WIDGET/gtk/widget0/Progress.H

public:
  • void set_show_text( int show_text );
  • void set_text_alignment( float x_align, float y_align );
  • void set_format_string( char const *format );
  • void set_adjustment( GtkAdjustment *adjustment );
  • void configure( float value, float min, float max );
  • void set_percentage( float percentage );
  • void set_value( float value );
  • float get_value();
  • void set_activity_mode( uint activity_mode );
  • char* get_current_text();
  • char* get_text_from_value( float value );
  • float get_current_percentage();
  • float get_percentage_from_value( float value );
protected:
  • Progress( GtkWidget *x ) : Widget(x);
private:


gtk::widget0::Progress GANG