Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkJunctionSides |
Enum : | JunctionSides |
Properties | |
---|---|
guint32 Gtk.JunctionSides.BOTTOM : 12
|
|
guint32 Gtk.JunctionSides.CORNER_BOTTOMLEFT : 4
|
|
guint32 Gtk.JunctionSides.CORNER_BOTTOMRIGHT : 8
|
|
guint32 Gtk.JunctionSides.CORNER_TOPLEFT : 1
|
|
guint32 Gtk.JunctionSides.CORNER_TOPRIGHT : 2
|
|
guint32 Gtk.JunctionSides.LEFT : 5
|
|
guint32 Gtk.JunctionSides.NONE : 0
|
|
guint32 Gtk.JunctionSides.RIGHT : 10
|
|
guint32 Gtk.JunctionSides.TOP : 3
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.StyleContext
Method |
get_junction_sides
()
:
Gtk.JunctionSides
Returns the sides where rendered elements connect visually with others.
|
Gtk.StyleContext
Method |
set_junction_sides
(JunctionSides sides)
:
none
Sets the sides where rendered elements (mostly through
gtk_render_frame()) will visually connect with other visual elements. |
Gtk.ThemingEngine
Method |
get_junction_sides
()
:
Gtk.JunctionSides
Returns the widget direction used for rendering.
|