Enumeration

GtkJunctionSides

Declaration

flags Gtk.JunctionSides

Description [src]

Describes how a rendered element connects to adjacent elements.

Members

Name Description
GTK_JUNCTION_NONE

No junctions.

GTK_JUNCTION_CORNER_TOPLEFT

Element connects on the top-left corner.

GTK_JUNCTION_CORNER_TOPRIGHT

Element connects on the top-right corner.

GTK_JUNCTION_CORNER_BOTTOMLEFT

Element connects on the bottom-left corner.

GTK_JUNCTION_CORNER_BOTTOMRIGHT

Element connects on the bottom-right corner.

GTK_JUNCTION_TOP

Element connects on the top side.

GTK_JUNCTION_BOTTOM

Element connects on the bottom side.

GTK_JUNCTION_LEFT

Element connects on the left side.

GTK_JUNCTION_RIGHT

Element connects on the right side.