TypeScript API Documentation for GTK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
A Gtk.RcPropertyParser 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.
gtk_settings_install_property_parser()
gtk_widget_class_install_style_property_parser()
"{ left, right, top, bottom }"
a GObject.ParamSpec
the GLib.String to be parsed
a GObject.Value which must hold boxed values.
true if gstring could be parsed and property_value has been set to the resulting Gtk.Border.
true
gstring
property_value
A Gtk.RcPropertyParser for use with
gtk_settings_install_property_parser()orgtk_widget_class_install_style_property_parser()which parses borders in the form"{ left, right, top, bottom }"for integers left, right, top and bottom.