Index

C++ Code Documentation

gtk::widget0::Curve

Derived from: gtk::widget0::DrawingArea

File: WIDGET/gtk/widget0/Curve.H

public:
  • Curve() : DrawingArea( gtk_curve_new() );
  • void reset();
  • void set_gamma( float gamma );
  • void set_range( float min_x, float max_x, float min_y, float max_y );
  • void get_vector( int veclen, float vector[] );
  • void set_vector( int veclen, float vector[] );
  • void set_curve_type( GtkCurveType type );
protected:
  • Curve( GtkWidget *x ) : DrawingArea(x);
private:


gtk::widget0::Curve GANG