| gtkPrintSettingsGetBool {RGtk2} | R Documentation |
Returns the boolean represented by the value
that is associated with key.
gtkPrintSettingsGetBool(object, key)
|
[GtkPrintSettings] a GtkPrintSettings |
|
[character] a key |
The string "true" represents TRUE, any other
string FALSE.
Since 2.10
[logical] TRUE, if key maps to a true value.
Derived by RGtkGen from GTK+ documentation