Module: Gtk::JunctionSides

Defined in:
(unknown)

Constant Summary collapse

NONE =

No junctions.

0 or :none
CORNER_TOPLEFT =

Element connects on the top-left corner.

1 or :corner_topleft
CORNER_TOPRIGHT =

Element connects on the top-right corner.

2 or :corner_topright
CORNER_BOTTOMLEFT =

Element connects on the bottom-left corner.

4 or :corner_bottomleft
CORNER_BOTTOMRIGHT =

Element connects on the bottom-right corner.

8 or :corner_bottomright
TOP =

Element connects on the top side.

3 or :top
BOTTOM =

Element connects on the bottom side.

12 or :bottom
LEFT =

Element connects on the left side.

5 or :left
RIGHT =

Element connects on the right side.

10 or :right