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);

Description

A widget providing a GimpPreview enhanced by scrolling capabilities.

Details

GimpScrolledPreview

typedef struct {
  GimpPreview   parent_instance;
} 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