![]() |
![]() |
![]() |
libxfprint Reference Manual | |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <libxfprint/libxfprint.h> struct PrinterQueueWindow; enum PrinterQueueWindowColumn; GtkWidget * printer_queue_window_new (PrintingSystem *ps
,const gchar *printer
); GtkUIManager * printer_queue_window_get_ui_manager (PrinterQueueWindow *win
); void printer_queue_window_hide_column (PrinterQueueWindow *win
,PrinterQueueWindowColumn column
); guint printer_queue_window_get_selected_job (PrinterQueueWindow *win
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----PrinterQueueWindow
typedef enum { PRINTER_QUEUE_WINDOW_NAME_COLUMN, PRINTER_QUEUE_WINDOW_ID_COLUMN, PRINTER_QUEUE_WINDOW_USER_COLUMN, PRINTER_QUEUE_WINDOW_STATE_COLUMN, PRINTER_QUEUE_WINDOW_SIZE_COLUMN, PRINTER_QUEUE_WINDOW_PRIORITY_COLUMN, PRINTER_QUEUE_WINDOW_CREATION_TIME_COLUMN, PRINTER_QUEUE_WINDOW_PROCESSING_TIME_COLUMN, } PrinterQueueWindowColumn;
GtkWidget * printer_queue_window_new (PrintingSystem *ps
,const gchar *printer
);
GtkUIManager * printer_queue_window_get_ui_manager (PrinterQueueWindow *win
);
void printer_queue_window_hide_column (PrinterQueueWindow *win
,PrinterQueueWindowColumn column
);
guint printer_queue_window_get_selected_job
(PrinterQueueWindow *win
);