Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.PrintSettings

Class Gtk.PrintSettings

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkPrintSettings
Class : PrintSettings
Extends: GObject.Object
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.PrintSettings ()
Create a new Gtk.PrintSettings
Create a new Gtk.PrintSettings
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
EvinceView.PrintOperation
Method
set_print_settings (PrintSettings print_settings) : none
Gtk
Method
Gtk.print_run_page_setup_dialog (Window parent, PageSetup page_setup, PrintSettings settings) : Gtk.PageSetup
Runs a page setup dialog, letting the user modify the values from
is identical to the passed in page_setup, otherwise it contains the
modifications done in the dialog.
Gtk
Method
Gtk.print_run_page_setup_dialog_async (Window parent, PageSetup page_setup, PrintSettings settings, Function done_cb, void* data) : none
Runs a page setup dialog, letting the user modify the values from page_setup.
Gtk.PrintOperation
Property
print_settings : Gtk.PrintSettings
The GtkPrintSettings used for initializing the dialog.
Gtk.PrintOperation
Signal
update_custom_widget (PrintOperation self, Widget widget, PageSetup setup, PrintSettings settings) : none
Emitted after change of selected printer.
Gtk.PrintOperation
Method
get_print_settings () : Gtk.PrintSettings
Returns the current print settings.
Gtk.PrintOperation
Method
set_print_settings (PrintSettings print_settings) : none
Sets the print settings for op.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:13:31 GMT+0800 (HKT)