Index
NAME 
Gnome2::Print::Job
HIERARCHY 
Glib::Object
+----Gnome2::Print::Job
METHODS 
job = Gnome2::Print::Job->new ($config=undef)
- * $config (Gnome2::Print::Config or undef)
integer = $job->close
config = $job->get_config
context = $job->get_context
($width, $height) = $job->get_page_size
integer = $job->get_pages
integer = $job->print
integer = $job->print_to_file ($output)
- * $output (string)
integer = $job->render ($ctx)
- * $ctx (Gnome2::Print::Context)
integer = $job->render_page ($ctx, $page, $pageops)
- * $ctx (Gnome2::Print::Context)
- * $page (integer)
- * $pageops (boolean)
PROPERTIES 
- 'config' (Gnome2::Print::Config : readable / writable / construct-only)
The configuration for the print job
- 'context' (Gnome2::Print::Context : readable / writable)
The context for the print job
SEE ALSO 
Gnome2::Print, Glib::Object
COPYRIGHT 
Copyright (C) 2003-2004 by the gtk2-perl team.
This software is licensed under the LGPL. See Gnome2::Print for a full
notice.