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.40
A Gtk.RcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses flags.
gtk_settings_install_property_parser()
gtk_widget_class_install_style_property_parser()
Flags can be specified by their name, their nickname or numerically. Multiple flags can be specified in the form "( flag1 | flag2 | ... )".
"( flag1 | flag2 | ... )"
a GObject.ParamSpec
the GLib.String to be parsed
a GObject.Value which must hold flags values.
true if gstring could be parsed and property_value has been set to the resulting flags value.
true
gstring
property_value
A Gtk.RcPropertyParser for use with
gtk_settings_install_property_parser()orgtk_widget_class_install_style_property_parser()which parses flags.Flags can be specified by their name, their nickname or numerically. Multiple flags can be specified in the form
"( flag1 | flag2 | ... )".