GnomeScanResolutionSelector

GnomeScanResolutionSelector — A Widget that allow to selection the scan resolution

Synopsis




            GnomeScanResolutionSelector;
GtkWidget*  gnome_scan_resolution_selector_new
                                            (GnomeScanContext *context);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTable
                                 +----GnomeScanResolutionSelector

Implemented Interfaces

GnomeScanResolutionSelector implements AtkImplementorIface.

Properties


  "context"              GnomeScanContext      : Read / Write

Description

On device selection, GnomeScanResolutionSelector updates its range to reflect the possible resolution. This widget is very close to the Gnome HIG 2.0, except that no label is shown at each ends of the GtkScale.

Details

GnomeScanResolutionSelector

typedef struct _GnomeScanResolutionSelector GnomeScanResolutionSelector;


gnome_scan_resolution_selector_new ()

GtkWidget*  gnome_scan_resolution_selector_new
                                            (GnomeScanContext *context);

Create a new GnomeScanResolutionSelector connected to context.

context : a GnomeScanContext
Returns : a new GnomeScanResolutionSelector

Property Details

The "context" property

  "context"              GnomeScanContext      : Read / Write

The GnomeScanContext the widget is connected to.