Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.PageSetup

Class Gtk.PageSetup

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkPageSetup
Class : PageSetup
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.PageSetup ()
Create a new Gtk.PageSetup
Create a new Gtk.PageSetup
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Epiphany.EphyEmbedShell
Method
set_page_setup (PageSetup page_setup) : none
Epiphany.EphyEmbedShell
Method
get_page_setup () : Gtk.PageSetup
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.PrintContext
Method
get_page_setup () : Gtk.PageSetup
Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.
Gtk.PrintOperation
Property
default_page_setup : Gtk.PageSetup
The GtkPageSetup used by default.
Gtk.PrintOperation
Signal
request_page_setup (PrintOperation self, PrintContext context, Number page_nr, PageSetup setup) : none
Emitted once for every page that is printed, to give the application a chance to modify the page setup.
Gtk.PrintOperation
Signal
update_custom_widget (PrintOperation self, Widget widget, PageSetup setup, PrintSettings settings) : none
Emitted after change of selected printer.
Gtk.PrintOperation
Method
set_default_page_setup (PageSetup default_page_setup) : none
Makes default_page_setup the default page setup for op.
Gtk.PrintOperation
Method
get_default_page_setup () : Gtk.PageSetup
Returns the default page setup, see gtk_print_operation_set_default_page_setup().
Gtk.PrintOperationPreview
Signal
got_page_size (PrintOperationPreview self, PrintContext context, PageSetup page_setup) : none
The ::got-page-size signal is emitted once for each page that gets rendered to the preview.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:24 GMT+0800 (HKT)