gtkPrintSettingsGetBool {RGtk2}R Documentation

gtkPrintSettingsGetBool

Description

Returns the boolean represented by the value that is associated with key.

Usage

gtkPrintSettingsGetBool(object, key)

Arguments

object [GtkPrintSettings] a GtkPrintSettings
key [character] a key

Details

The string "true" represents TRUE, any other string FALSE.

Since 2.10

Value

[logical] TRUE, if key maps to a true value.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]