Enumeration

GtkJunctionSides

Declaration

flags Gtk.JunctionSides

Description [src]

Describes how a rendered element connects to adjacent elements.

Members

GTK_JUNCTION_NONE

No junctions.

  • Value: 0
  • Available since: 3.0
GTK_JUNCTION_CORNER_TOPLEFT

Element connects on the top-left corner.

  • Value: 1
  • Available since: 3.0
GTK_JUNCTION_CORNER_TOPRIGHT

Element connects on the top-right corner.

  • Value: 2
  • Available since: 3.0
GTK_JUNCTION_CORNER_BOTTOMLEFT

Element connects on the bottom-left corner.

  • Value: 4
  • Available since: 3.0
GTK_JUNCTION_CORNER_BOTTOMRIGHT

Element connects on the bottom-right corner.

  • Value: 8
  • Available since: 3.0
GTK_JUNCTION_TOP

Element connects on the top side.

  • Value: 3
  • Available since: 3.0
GTK_JUNCTION_BOTTOM

Element connects on the bottom side.

  • Value: 12
  • Available since: 3.0
GTK_JUNCTION_LEFT

Element connects on the left side.

  • Value: 5
  • Available since: 3.0
GTK_JUNCTION_RIGHT

Element connects on the right side.

  • Value: 10
  • Available since: 3.0