| gtkBuilderValueFromString {RGtk2} | R Documentation |
This function demarshals a value from a string. This function
calls gValueInit() on the value argument, so it need not be
initialised beforehand.
gtkBuilderValueFromString(object, pspec, string, .errwarn = TRUE)
|
[GtkBuilder] a GtkBuilder |
|
[GParamSpec] the GParamSpec for the property |
|
[character] the string representation of the value |
.errwarn |
Whether to issue a warning on error or fail silently |
This function can handle char, uchar, boolean, int, uint, long,
ulong, enum, flags, float, double, string, GdkColor and
GtkAdjustment type values. Support for GtkWidget type values is
still to come.
Since 2.12
A list containing the following elements:
retval |
[logical] TRUE on success |
|
[R object] the R object to store the result in |
|
[GError] return location for an error, or NULL |
Derived by RGtkGen from GTK+ documentation