RcProperty.parseRequisition

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses a requisition in the form "{ width, height }" for integers width and height.

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 #GtkRequisition.