gnome-printer-dialog

Name

gnome-printer-dialog -- 

Synopsis



#define     GNOME_TYPE_PRINTER_DIALOG
#define     GNOME_PRINTER_DIALOG            (o)
#define     GNOME_PRINTER_DIALOG_CLASS      (k)
#define     GNOME_IS_PRINTER_DIALOG         (o)
#define     GNOME_IS_PRINTER_DIALOG_CLASS   (k)
#define     GNOME_PRINTER_DIALOG_GET_CLASS  (o)
struct      GnomePrinterSelector;
struct      GnomePrinterSelectorClass;
struct      GnomePrinterDialog;
struct      GnomePrinterDialogClass;
GtkWidget*  gnome_printer_selector_new_default
                                            (void);
GtkWidget*  gnome_printer_selector_new      (GnomePrintConfig *config);
GnomePrintConfig* gnome_printer_selector_get_config
                                            (GnomePrinterSelector *psel);
GtkType     gnome_printer_dialog_get_type   (void);
GtkWidget*  gnome_printer_dialog_new_default
                                            (void);
GtkWidget*  gnome_printer_dialog_new        (GnomePrintConfig *config);
GnomePrintConfig* gnome_printer_dialog_get_config
                                            (GnomePrinterDialog *dialog);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GPAWidget
                                 +----GnomePrinterSelector

Implemented Interfaces

GnomePrinterSelector implements AtkImplementorIface.

Description

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))

o :


GNOME_PRINTER_DIALOG_CLASS()

#define GNOME_PRINTER_DIALOG_CLASS(k)     (G_TYPE_CHECK_CLASS_CAST ((k),    GNOME_TYPE_PRINTER_DIALOG, GnomePrinterDialogClass))

k :


GNOME_IS_PRINTER_DIALOG()

#define GNOME_IS_PRINTER_DIALOG(o)        (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNOME_TYPE_PRINTER_DIALOG))

o :


GNOME_IS_PRINTER_DIALOG_CLASS()

#define GNOME_IS_PRINTER_DIALOG_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k),    GNOME_TYPE_PRINTER_DIALOG))

k :


GNOME_PRINTER_DIALOG_GET_CLASS()

#define GNOME_PRINTER_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o),  GNOME_TYPE_PRINTER_DIALOG, GnomePrinterDialogClass))

o :


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);

Returns :


gnome_printer_selector_new ()

GtkWidget*  gnome_printer_selector_new      (GnomePrintConfig *config);

config :

Returns :


gnome_printer_selector_get_config ()

GnomePrintConfig* gnome_printer_selector_get_config
                                            (GnomePrinterSelector *psel);

psel :

Returns :


gnome_printer_dialog_get_type ()

GtkType     gnome_printer_dialog_get_type   (void);

Returns :


gnome_printer_dialog_new_default ()

GtkWidget*  gnome_printer_dialog_new_default
                                            (void);

Returns :


gnome_printer_dialog_new ()

GtkWidget*  gnome_printer_dialog_new        (GnomePrintConfig *config);

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

config :

Returns :

the GnomeDialog, ready to be ran.


gnome_printer_dialog_get_config ()

GnomePrintConfig* gnome_printer_dialog_get_config
                                            (GnomePrinterDialog *dialog);

dialog :

Returns :