Join us for
RADAR: AI Edition
Save Your Seat
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkPrintSettingsGetBool: 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
Value
TRUE
, if
key
maps to a true value.
Details
The string "true" represents
TRUE
, any other string
FALSE
. Since 2.10