GnomeScanSourceSelector

GnomeScanSourceSelector — A widget that select the scan source

Synopsis




            GnomeScanSourceSelector;
GtkWidget*  gnome_scan_source_selector_new  (GnomeScanContext *context);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkComboBox
                                       +----GnomeScanSourceSelector

Implemented Interfaces

GnomeScanSourceSelector implements AtkImplementorIface, GtkCellLayout and GtkCellEditable.

Properties


  "context"              GnomeScanContext      : Read / Write

Description

GnomeScanSourceSelector grab the selection of a device and show the list of available document source in that device. If no choice is possible, the widget hide it self. However, it still configure the context to use such device.

Details

GnomeScanSourceSelector

typedef struct _GnomeScanSourceSelector GnomeScanSourceSelector;


gnome_scan_source_selector_new ()

GtkWidget*  gnome_scan_source_selector_new  (GnomeScanContext *context);

Create a new GnomeScanSourceSelector connected to context.

context : a GnomeScanContext
Returns : a new GnomeScanSourceSelector

Property Details

The "context" property

  "context"              GnomeScanContext      : Read / Write

The GnomeScanContext the widget is connected to.