object
  val virtual obj : [> `curve ] Gobject.obj
  method curve_type : GtkEnums.curve_type
  method max_x : float
  method max_y : float
  method min_x : float
  method min_y : float
  method set_curve_type : GtkEnums.curve_type -> unit
  method set_max_x : float -> unit
  method set_max_y : float -> unit
  method set_min_x : float -> unit
  method set_min_y : float -> unit
end