gnome-printer-dialog
Name
gnome-printer-dialog -- 
Object Hierarchy
| 
  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GPAWidget
                                 +----GnomePrinterSelector | 
Implemented Interfaces
GnomePrinterSelector implements AtkImplementorIface.
Details
GNOME_TYPE_PRINTER_DIALOG
| #define GNOME_TYPE_PRINTER_DIALOG         (gnome_printer_dialog_get_type ()) | 
GNOME_PRINTER_DIALOG()
| #define GNOME_PRINTER_DIALOG(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), GNOME_TYPE_PRINTER_DIALOG, GnomePrinterDialog)) | 
GNOME_PRINTER_DIALOG_CLASS()
| #define GNOME_PRINTER_DIALOG_CLASS(k)     (G_TYPE_CHECK_CLASS_CAST ((k),    GNOME_TYPE_PRINTER_DIALOG, GnomePrinterDialogClass)) | 
GNOME_IS_PRINTER_DIALOG()
| #define GNOME_IS_PRINTER_DIALOG(o)        (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_PRINTER_DIALOG)) | 
GNOME_IS_PRINTER_DIALOG_CLASS()
| #define GNOME_IS_PRINTER_DIALOG_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k),    GNOME_TYPE_PRINTER_DIALOG)) | 
GNOME_PRINTER_DIALOG_GET_CLASS()
| #define GNOME_PRINTER_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o),  GNOME_TYPE_PRINTER_DIALOG, GnomePrinterDialogClass)) | 
struct GnomePrinterSelector
| struct GnomePrinterSelector; | 
struct GnomePrinterSelectorClass
| struct GnomePrinterSelectorClass; | 
struct GnomePrinterDialog
| struct GnomePrinterDialog; | 
struct GnomePrinterDialogClass
| struct GnomePrinterDialogClass; | 
gnome_printer_selector_new_default ()
| GtkWidget*  gnome_printer_selector_new_default
                                            (void); | 
gnome_printer_selector_new ()
gnome_printer_selector_get_config ()
| GnomePrintConfig* gnome_printer_selector_get_config
                                            (GnomePrinterSelector *psel); | 
gnome_printer_dialog_get_type ()
| GtkType     gnome_printer_dialog_get_type   (void); | 
gnome_printer_dialog_new_default ()
| GtkWidget*  gnome_printer_dialog_new_default
                                            (void); | 
gnome_printer_dialog_new ()
Creates a dialog box for selecting a printer.
This returns a GnomePrinterDialog object, the programmer
is resposible for querying the gnome_printer_dialog
to fetch the selected GnomePrinter object
gnome_printer_dialog_get_config ()