gtk-sharp 2.6.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. The widget allows the user to edit a curve covering a range of values. The widget allows the user to edit a curve covering a range of values. It is typically used to fine-tune color balances in graphics applications like the Gimp. The widget has 3 modes of operation - spline, linear and free. In spline mode the user places points on the curve which are automatically connected together into a smooth curve. In linear mode the user places points on the curve which are connected by straight lines. In free mode the user can draw the points of the curve freely, and they are not connected at all. NOTE: this widget is considered too specialized/little-used for GTK+, and will in the future be moved to some other package. If your application needs this widget, feel free to use it, as the widget does work and is useful in some applications; it's just not of general interest. However, we are not accepting new features for the widget, and it will eventually move out of the GTK+ distribution. (FIXME: will it remain in GTK#?) Gtk.DrawingArea Method System.Void Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). The curve type is not changed. Method System.Void Sets the minimum and maximum x and y values of the curve. The minimum x value. The maximum x value. The minimum y value. The maximum y value. Sets the minimum and maximum x and y values of the curve. The curve is also reset with a call to . Constructor Internal constructor Pointer to the C object. This is an internal constructor, and should not be used by user code. Constructor Constructor. Property System.Single Recomputes the entire curve using the given gamma value. A gamma value. A gamma value of 1 results in a straight line. Values greater than 1 result in a curve above the straight line. Values less than 1 result in a curve below the straight. Property System.Single The maximum y value of the gamma curve. A max y value. GLib.Property(Name="max_y") Property System.Single The maximum x value of the gamma curve. A max x value. GLib.Property(Name="max_x") Property System.Single The minimum y value of the gamma curve. A min y value. GLib.Property(Name="min_y") Property System.Single The minimum x value of the gamma curve. A min x value. GLib.Property(Name="min_x") Property Gtk.CurveType Sets the type of the curve. A . The curve will remain unchanged except when changing from a free curve to a linear or spline curve, in which case the curve will be changed as little as possible. GLib.Property(Name="curve_type") Event System.EventHandler Emitted when the curve type has been changed. The curve type can be changed explicitly with a call to . It is also changed as a side-effect of calling or . GLib.Signal(CName="curve_type_changed") Property GLib.GType GType Property. a Returns the native value for . Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Constructor Protected Constructor. a Chain to this constructor if you have manually registered a native value for your subclass. System.Obsolete(Message=null, IsError=False) Method System.Void To be added. To be added. To be added. To be added. Method System.Void To be added. To be added. To be added. To be added.