gtkPrintRunPageSetupDialogAsync {RGtk2}R Documentation

gtkPrintRunPageSetupDialogAsync

Description

Runs a page setup dialog, letting the user modify the values from page.setup.

Usage

gtkPrintRunPageSetupDialogAsync(parent, page.setup, settings, done.cb, data)

Arguments

parent [GtkWindow] transient parent, or NULL
page.setup [GtkPageSetup] an existing GtkPageSetup, or NULL
settings [GtkPrintSettings] a GtkPrintSettings
done.cb [GtkPageSetupDoneFunc] a function to call when the user saves the modified page setup
data [R object] user data to pass to done.cb

Details

In contrast to gtkPrintRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls done.cb from a signal handler for the ::response signal of the dialog.

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]