gtkPrintOperationSetHasSelection {RGtk2}R Documentation

gtkPrintOperationSetHasSelection

Description

Sets whether there is a selection to print.

Usage

gtkPrintOperationSetHasSelection(object, has.selection)

Arguments

object

a GtkPrintOperation

has.selection

TRUE indicates that a selection exists

Details

Application has to set number of pages to which the selection will draw by gtkPrintOperationSetNPages in a callback of

"begin-print"
. Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]