Index

C++ Code Documentation

gtk::widget0::Scale

Derived from: gtk::widget0::Range

Children: gtk::widget0::HScale, gtk::widget0::VScale

File: WIDGET/gtk/widget0/Scale.H

public:
  • float get() const;
  • int get_int() const;
  • void set( float a );
  • void set( int a );
  • GtkAdjustment *adjustment();
  • GtkAdjustment const *adjustment() const;
  • void set_digits( int digits );
  • void set_draw_value( bool draw_value );
  • void set_value_pos( GtkPositionType pos );
  • int get_value_width();
  • void draw_value();
protected:
  • Scale( GtkWidget *x ) : Range(x);
  • Scale( GtkWidget *x, float min, float max, float speed0, float speed1, uint digits, float value ) : Range(x);
private:


gtk::widget0::Scale GANG