OffsetArea


Description:

[ CCode ( cname = "gimp_offset_area_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public OffsetArea (int orig_width, int orig_height)

Creates a new OffsetArea widget.

A OffsetArea can be used when resizing an image or a drawable to allow the user to interactively specify the new offsets.

Parameters:

orig_width

the original width

orig_height

the original height

Returns:

the new OffsetArea widget.