Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkRegionFlags |
Enum : | RegionFlags |
Properties | |
---|---|
guint32 Gtk.RegionFlags.EVEN : 1
|
|
guint32 Gtk.RegionFlags.FIRST : 4
|
|
guint32 Gtk.RegionFlags.LAST : 8
|
|
guint32 Gtk.RegionFlags.ODD : 2
|
|
guint32 Gtk.RegionFlags.SORTED : 32
|
None |
None |
None |
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 |
Adds the region name to the widget at position pos in
the hierarchy defined in path. |