![]() |
![]() |
![]() |
GIMP Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GimpAspectPreview; GtkWidget * gimp_aspect_preview_new (GimpDrawable *drawable
,gboolean *toggle
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GimpPreview +----GimpAspectPreview
GimpAspectPreview implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_aspect_preview_new (GimpDrawable *drawable
,gboolean *toggle
);
Creates a new GimpAspectPreview widget for drawable
. See also
gimp_drawable_preview_new()
.
In GIMP 2.2 the toggle
parameter was provided to conviently access
the state of the "Preview" check-button. This is not any longer
necessary as the preview itself now stores this state, as well as
the scroll offset.
|
a GimpDrawable |
|
unused |
Returns : |
a new GimpAspectPreview. |
Since GIMP 2.2