JunctionSides
Description:
[ CCode ( cprefix = "GTK_JUNCTION_" , type_id = "gtk_junction_sides_get_type ()" ) ]
[ Flags ]
public enum JunctionSides
Describes how a rendered element connects to adjacent elements.
Content:
Enum values:
- BOTTOM - Element connects on the
bottom side.
- CORNER_BOTTOMLEFT - Element
connects on the bottom-left corner.
- CORNER_BOTTOMRIGHT -
Element connects on the bottom-right corner.
- CORNER_TOPLEFT - Element
connects on the top-left corner.
- CORNER_TOPRIGHT - Element
connects on the top-right corner.
- LEFT - Element connects on the left
side.
- NONE - No junctions.
- RIGHT - Element connects on the right
side.
- TOP - Element connects on the top side.