Enumeration (GI Flags)

Gtk-3.0GtkJunctionSides

Describes how a rendered element connects to adjacent elements.

Index

Enumeration Members

BOTTOM: number

Element connects on the bottom side.

CORNER_BOTTOMLEFT: number

Element connects on the bottom-left corner.

CORNER_BOTTOMRIGHT: number

Element connects on the bottom-right corner.

CORNER_TOPLEFT: number

Element connects on the top-left corner.

CORNER_TOPRIGHT: number

Element connects on the top-right corner.

LEFT: number

Element connects on the left side.

NONE: number

No junctions.

RIGHT: number

Element connects on the right side.

TOP: number

Element connects on the top side.