Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.RegionFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkRegionFlags
Enum : RegionFlags
Describes a region within a widget.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.StyleContext
Method
add_region (String region_name, RegionFlags flags) : none
Adds a region to context, so posterior calls to
gtk_style_context_get() or any of the gtk_render_*()
functions will make use of this new region for styling.
Gtk.WidgetPath
Method
iter_add_region (gint32 pos, String name, RegionFlags flags) : none
Adds the region name to the widget at position pos in
the hierarchy defined in path.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:57 GMT+0800 (HKT)