GtkJunctionSides

Describes how a rendered element connects to adjacent elements. 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.

Values

ValueMeaning
NONE0
CORNER_TOPLEFT1 << 0
CORNER_TOPRIGHT1 << 1
CORNER_BOTTOMLEFT1 << 2
CORNER_BOTTOMRIGHT1 << 3
TOP(CORNER_TOPLEFT | CORNER_TOPRIGHT)
BOTTOM(CORNER_BOTTOMLEFT | CORNER_BOTTOMRIGHT)
LEFT(CORNER_TOPLEFT | CORNER_BOTTOMLEFT)

Meta