GimpDrawablePreview3LIBGIMP LibraryGimpDrawablePreviewA widget providing a preview of a GimpDrawable.Synopsis
GimpDrawablePreview;
GtkWidget * gimp_drawable_preview_new (GimpDrawable *drawable,
gboolean *toggle);
GimpDrawable * gimp_drawable_preview_get_drawable (GimpDrawablePreview *preview);
void gimp_drawable_preview_draw_region (GimpDrawablePreview *preview,
const GimpPixelRgn *region);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----GimpPreview
+----GimpScrolledPreview
+----GimpDrawablePreview
Implemented Interfaces
GimpDrawablePreview implements
AtkImplementorIface and GtkBuildable.Properties
"drawable" gpointer : Read / Write / Construct Only
Description
A widget providing a preview of a GimpDrawable.
DetailsGimpDrawablePreviewGimpDrawablePreviewtypedef struct _GimpDrawablePreview GimpDrawablePreview;gimp_drawable_preview_new ()gimp_drawable_preview_newGtkWidget * gimp_drawable_preview_new (GimpDrawable *drawable,
gboolean *toggle);
Creates a new GimpDrawablePreview widget for drawable.
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.drawable : a GimpDrawabletoggle : unused
Returns : A pointer to the new GimpDrawablePreview widget.
Since GIMP 2.2gimp_drawable_preview_get_drawable ()gimp_drawable_preview_get_drawableGimpDrawable * gimp_drawable_preview_get_drawable (GimpDrawablePreview *preview);preview : a GimpDrawablePreview widget
Returns : the GimpDrawable that has been passed to
gimp_drawable_preview_new().
Since GIMP 2.2gimp_drawable_preview_draw_region ()gimp_drawable_preview_draw_regionvoid gimp_drawable_preview_draw_region (GimpDrawablePreview *preview,
const GimpPixelRgn *region);preview : a GimpDrawablePreview widget
region : a GimpPixelRgnSince GIMP 2.2Property DetailsThe "drawable" propertyGimpDrawablePreview:drawable "drawable" gpointer : Read / Write / Construct OnlySince GIMP 2.4