public bool has_region (string style_region, out Gtk.RegionFlags flags);
public static unowned Gtk.ThemingEngine load (string name);
public bool lookup_color (string color_name, out Gdk.RGBA color);
- public static void register_property (string name_space, Gtk.StylePropertyParser parse_func, GLib.ParamSpec pspec);
+ public static void register_property (string name_space, Gtk.StylePropertyParser? parse_func, GLib.ParamSpec pspec);
[NoWrapper]
public virtual void render_activity (Cairo.Context cr, double x, double y, double width, double height);
[NoWrapper]
gtk_theming_engine_get_padding.padding hidden="1"
gtk_theming_engine_get_property type_name="GLib.Value"
gtk_theming_engine_get_property.value hidden="1"
+gtk_theming_engine_register_property.parse_func nullable="1"
gtk_theming_engine_get_style_property type_name="GLib.Value"
gtk_theming_engine_get_style_property.value hidden="1"
gtk_theming_engine_lookup_color.color is_out="1"