gtkPrintSettingsGetBool {RGtk2}R Documentation

gtkPrintSettingsGetBool

Description

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

Usage

gtkPrintSettingsGetBool(object, key)

Arguments

object

a GtkPrintSettings

key

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.20.21 Index]