Function
GtkRcPropertyparse_border
Declaration [src]
gboolean
gtk_rc_property_parse_border (
const GParamSpec* pspec,
const GString* gstring,
GValue* property_value
)
Description [src]
A GtkRcPropertyParser
for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser()
which parses
borders in the form
"{ left, right, top, bottom }"
for integers
left, right, top and bottom.
Parameters
pspec |
GParamSpec |
A |
|
The data is owned by the caller of the function. | |
gstring |
GString |
The |
|
The data is owned by the caller of the function. | |
property_value |
GValue |
A |
|
The data is owned by the caller of the function. |