Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.PrintContext

Class Gtk.PrintContext

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkPrintContext
Class : PrintContext
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.PrintContext ()
Create a new Gtk.PrintContext
Create a new Gtk.PrintContext
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.PrintOperation
Signal
begin_print (PrintOperation self, PrintContext context) : none
Emitted after the user has finished changing print settings in the dialog, before the actual rendering starts.
Gtk.PrintOperation
Signal
draw_page (PrintOperation self, PrintContext context, Number page_nr) : none
Emitted for every page that is printed.
Gtk.PrintOperation
Signal
end_print (PrintOperation self, PrintContext context) : none
Emitted after all pages have been rendered.
Gtk.PrintOperation
Signal
paginate (PrintOperation self, PrintContext context) : Boolean
Emitted after the GtkPrintOperation::begin-print signal, but before the actual rendering starts.
Gtk.PrintOperation
Signal
preview (PrintOperation self, PrintOperationPreview preview, PrintContext context, Window parent) : Boolean
Gets emitted when a preview is requested from the native dialog.
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.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.
Gtk.PrintOperationPreview
Signal
ready (PrintOperationPreview self, PrintContext context) : none
The ::ready signal gets emitted once per preview operation, before the first page is rendered.
GtkSource.PrintCompositor
Method
paginate (PrintContext context) : Boolean
Paginate the document associated with the compositor.
GtkSource.PrintCompositor
Method
draw_page (PrintContext context, Number page_nr) : none
Draw page page_nr for printing on the the Cairo context encapsuled in context.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:25 GMT+0800 (HKT)