gtkPrintOperationSetAllowAsync {RGtk2}R Documentation

gtkPrintOperationSetAllowAsync

Description

Sets whether the gtkPrintOperationRun may return before the print operation is completed. Note that some platforms may not allow asynchronous operation.

Usage

gtkPrintOperationSetAllowAsync(object, allow.async)

Arguments

object [GtkPrintOperation] a GtkPrintOperation
allow.async [logical] TRUE to allow asynchronous operation

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]