public void get_style_valist (void* args);
public void get_valist (Gtk.StateFlags state, void* args);
public bool has_class (string class_name);
- public bool has_region (string region_name, Gtk.RegionFlags flags_return);
+ public bool has_region (string region_name, out Gtk.RegionFlags flags_return);
public void invalidate ();
public unowned GLib.List list_classes ();
public unowned GLib.List list_regions ();
public void get_style_valist (void* args);
public void get_valist (Gtk.StateFlags state, void* args);
public bool has_class (string style_class);
- public bool has_region (string style_region, Gtk.RegionFlags flags);
+ 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);
gtk_style_context_get_padding type_name="Gtk.Border"
gtk_style_context_get_padding.padding hidden="1"
gtk_style_context_get_style ellipsis="1"
+gtk_style_context_has_region.flags_return is_out="1"
gtk_style_lookup_color.color is_out="1"
gtk_style_get_style_property.value is_out="1"
gtk_style_properties_register_property.parse_func nullable="1"
gtk_theming_engine_get_border_color.color hidden="1"
gtk_theming_engine_get_color type_name="Gdk.RGBA"
gtk_theming_engine_get_color.color hidden="1"
+gtk_theming_engine_has_region.flags is_out="1"
gtk_theming_engine_get_margin type_name="Gtk.Border"
gtk_theming_engine_get_margin.margin hidden="1"
gtk_theming_engine_get_padding type_name="Gtk.Border"