GimpScrolledPreview

GimpScrolledPreview — A widget providing a GimpPreview enhanced by scrolling capabilities.

Synopsis




            GimpScrolledPreview;
void        gimp_scrolled_preview_set_position
                                            (GimpScrolledPreview *scr,
                                             gint x,
                                             gint y);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----GtkVBox
                                 +----GimpPreview
                                       +----GimpScrolledPreview

Implemented Interfaces

GimpScrolledPreview implements AtkImplementorIface.

Description

A widget providing a GimpPreview enhanced by scrolling capabilities.

Details

GimpScrolledPreview

typedef struct _GimpScrolledPreview GimpScrolledPreview;


gimp_scrolled_preview_set_position ()

void        gimp_scrolled_preview_set_position
                                            (GimpScrolledPreview *scr,
                                             gint x,
                                             gint y);

scr : a GimpScrolledPreview
x :
y :

Since GIMP 2.4