GnomeScanPreview

GnomeScanPreview — Simple previsualisation widget.

Synopsis




            GnomeScanPreview;
GtkWidget*  gnome_scan_preview_new          (GnomeScanContext *context);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----GnomeScanPreview

Implemented Interfaces

GnomeScanPreview implements AtkImplementorIface.

Properties


  "context"              GnomeScanContext      : Read / Write

Description

The GnomeScanPreview widget allow user to basically select a scan area and a rotation of the picture. This widget is not intended for precise area selection.

Details

GnomeScanPreview

typedef struct {
  GnomeScanContext	*context;
} GnomeScanPreview;


gnome_scan_preview_new ()

GtkWidget*  gnome_scan_preview_new          (GnomeScanContext *context);

Create a new GnomeScanPreview widget connected to context.

context : a GnomeScanContext
Returns : a new GnomeScanPreview

Property Details

The "context" property

  "context"              GnomeScanContext      : Read / Write

The GnomeScanContext the widget is connected to.