RcProperty.parseBorder

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses borders in the form "{ left, right, top, bottom }" for integers left, right, top and bottom.

Parameters

pspec gobject.param_spec.ParamSpec

a #GParamSpec

gstring glib.string_.String

the #GString to be parsed

propertyValue gobject.value.Value

a #GValue which must hold boxed values.

Return Value

Type: bool

true if gstring could be parsed and property_value has been set to the resulting #GtkBorder.