public class Curve : DrawingArea, Implementor, Buildable {
public int cursor_type ;
public weak Gdk.Pixmap pixmap ;
public int height ;
public int grab_point ;
public int last ;
public int num_points ;
public weak Gdk.Point point ;
public int num_ctlpoints ;
public float[] ctlpoint ;
public weak CurveType curve_type { get; set; } ;
public weak float max_x { get; set; } ;
public weak float max_y { get; set; } ;
public weak float min_x { get; set; } ;
public weak float min_y { get; set; } ;
public Curve ( ) ;
public signal void curve_type_changed ( ) ;
public void get_vector ( int veclen,
float[] vector ) ;
public void reset ( ) ;
public void set_curve_type ( CurveType type ) ;
public void set_gamma ( float gamma_ ) ;
public void set_range ( float min_x,
float max_x,
float min_y,
float max_y ) ;
public void set_vector ( int veclen,
float[] vector ) ;
}

public Curve ( ) ;
public int cursor_type ;
public weak Gdk.Pixmap pixmap ;
public int height ;
public int grab_point ;
public int last ;
public int num_points ;
public weak Gdk.Point point ;
public int num_ctlpoints ;
public float[] ctlpoint ;
public signal void curve_type_changed ( ) ;
public weak CurveType curve_type { get; set; } ;
public weak float max_x { get; set; } ;
public weak float max_y { get; set; } ;
public weak float min_x { get; set; } ;
public weak float min_y { get; set; } ;
public void get_vector ( int veclen,
float[] vector ) ;
public void reset ( ) ;
public void set_curve_type ( CurveType type ) ;
public void set_gamma ( float gamma_ ) ;
public void set_range ( float min_x,
float max_x,
float min_y,
float max_y ) ;
public void set_vector ( int veclen,
float[] vector ) ;
Created by Valadoc