![]() |
![]() |
It can be used very much like any other GTK+ dialog, at the cost of the portability offered by the high-level printing API exposed through PrintOperation.
Public Member Functions | ||||
Glib::RefPtr<const PageSetup> | get_page_setup () const | |||
Glib::RefPtr<PageSetup> | get_page_setup () | |||
Glib::RefPtr<const PrintSettings> | get_print_settings () const | |||
Glib::RefPtr<PrintSettings> | get_print_settings () | |||
const GtkPageSetupUnixDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GtkPageSetupUnixDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
PageSetupUnixDialog (const Glib::ustring& title) | ||||
PageSetupUnixDialog (Gtk::Window& parent, const Glib::ustring& title) | ||||
void | set_page_setup (const Glib::RefPtr<PageSetup>& page_setup) | |||
void | set_print_settings (const Glib::RefPtr<PrintSettings>& print_settings) | |||
virtual | ~PageSetupUnixDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gtk::PageSetupUnixDialog* | wrap (GtkPageSetupUnixDialog* object, bool take_copy=false) | |||
|
virtual Gtk::PageSetupUnixDialog::~PageSetupUnixDialog | ( | ) | [virtual] |
Gtk::PageSetupUnixDialog::PageSetupUnixDialog | ( | Gtk::Window& | parent, | |
const Glib::ustring & | title | |||
) | [explicit] |
Gtk::PageSetupUnixDialog::PageSetupUnixDialog | ( | const Glib::ustring & | title | ) | [explicit] |
Glib::RefPtr<const PageSetup> Gtk::PageSetupUnixDialog::get_page_setup | ( | ) | const |
Glib::RefPtr<PageSetup> Gtk::PageSetupUnixDialog::get_page_setup | ( | ) |
Glib::RefPtr<const PrintSettings> Gtk::PageSetupUnixDialog::get_print_settings | ( | ) | const |
Glib::RefPtr<PrintSettings> Gtk::PageSetupUnixDialog::get_print_settings | ( | ) |
const GtkPageSetupUnixDialog* Gtk::PageSetupUnixDialog::gobj | ( | ) | const [inline] |
GtkPageSetupUnixDialog* Gtk::PageSetupUnixDialog::gobj | ( | ) | [inline] |
void Gtk::PageSetupUnixDialog::set_page_setup | ( | const Glib::RefPtr<PageSetup>& | page_setup | ) |
void Gtk::PageSetupUnixDialog::set_print_settings | ( | const Glib::RefPtr<PrintSettings>& | print_settings | ) |
Gtk::PageSetupUnixDialog* wrap | ( | GtkPageSetupUnixDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |