GtkRcPropertyParser
for use with gtkSettingsInstallPropertyParser
or gtkWidgetClassInstallStylePropertyParser
which parses
borders in the form
"{ left, right, top, bottom }"
for integers
left
, right
, top
and bottom
.gtkRcPropertyParseBorder(pspec, gstring)
pspec
gstring
character
to be parsedTRUE
if gstring
could be parsed and property.value
has been set to the resulting GtkBorder
.property.value
R object
which must hold boxed values.