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
                           +----GtkBox
                                 +----GtkHBox
                                       +----GnomeScanOptionWidget
                                             +----GnomeScanSourceSelector

Implemented Interfaces

GnomeScanSourceSelector implements AtkImplementorIface.

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 {
  GnomeScanContext	*context;
} 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