![]() |
![]() |
![]() |
libxfprint Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <libxfprint/libxfprint.h> PrinterListWindow; enum PrinterListWindowColumn; GtkWidget * printer_list_window_new (PrintingSystem *ps); GtkUIManager * printer_list_window_get_ui_manager (PrinterListWindow *win); gchar * printer_list_window_get_selected_printer (PrinterListWindow *win); void printer_list_window_hide_column (PrinterListWindow *win, PrinterListWindowColumn column);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----PrinterListWindow
typedef enum { PRINTER_LIST_WINDOW_ALIAS_COLUMN, PRINTER_LIST_WINDOW_STATE_COLUMN, } PrinterListWindowColumn;
GtkUIManager * printer_list_window_get_ui_manager (PrinterListWindow *win);
|
|
Returns : |
gchar * printer_list_window_get_selected_printer (PrinterListWindow *win);
|
|
Returns : |
void printer_list_window_hide_column (PrinterListWindow *win, PrinterListWindowColumn column);
|
|
|