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 a requisition in the form "{ width, height }" for integers %width and %height.
gtk_settings_install_property_parser()
gtk_widget_class_install_style_property_parser()
"{ width, height }"
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.Requisition.
true
gstring
property_value
A Gtk.RcPropertyParser for use with
gtk_settings_install_property_parser()orgtk_widget_class_install_style_property_parser()which parses a requisition in the form"{ width, height }"for integers %width and %height.