RGtk2 (version 2.20.31)

gtkPageSetupLoadKeyFile: gtkPageSetupLoadKeyFile

Description

Reads the page setup from the group group.name in the key file key.file.

Usage

gtkPageSetupLoadKeyFile(object, key.file, group.name, .errwarn = TRUE)

Arguments

object
key.file
the GKeyFile to retrieve the page_setup from
group.name
the name of the group in the key_file to read, or NULL to use the default name "Page Setup". [ allow-none ]
.errwarn
Whether to issue a warning on error or fail silently

Value

A list containing the following elements:
retval
[logical] TRUE on success
error
return location for an error, or NULL. [ allow-none ]

Details

Since 2.14