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-3.0.gir
C documentation: GtkPrintContext
Class : PrintContext
Extends: GObject.Object
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, gint32 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) : gboolean
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) : gboolean
Gets emitted when a preview is requested from the native dialog.
Gtk.PrintOperation
Signal
request_page_setup (PrintOperation self, PrintContext context, gint32 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
draw_page (PrintContext context, gint32 page_nr) : none
GtkSource.PrintCompositor
Method
paginate (PrintContext context) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:13:30 GMT+0800 (HKT)