Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkPrintOperationGetNPagesToPrint

gtkPrintOperationGetNPagesToPrint


Description

Returns the number of pages that will be printed.

Usage

gtkPrintOperationGetNPagesToPrint(object)

Arguments

Details

Note that this value is set during print preparation phase (GTK_PRINT_STATUS_PREPARING), so this function should never be called before the data generation phase (GTK_PRINT_STATUS_GENERATING_DATA). You can connect to the "status-changed" signal and call gtkPrintOperationGetNPagesToPrint when print status is GTK_PRINT_STATUS_GENERATING_DATA. This is typically used to track the progress of print operation. Since 2.18

Value

[integer] the number of pages that will be printed

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.