Enumeration

GtkJunctionSides

since: 3.0

Declaration

flags Gtk.JunctionSides

Description [src]

Describes how a rendered element connects to adjacent elements.

Available since: 3.0

Members

GTK_JUNCTION_NONE

No junctions.

  • Value: 0
  • Nickname: none
  • Available since: 3.0
GTK_JUNCTION_CORNER_TOPLEFT

Element connects on the top-left corner.

  • Value: 1
  • Nickname: corner-topleft
  • Available since: 3.0
GTK_JUNCTION_CORNER_TOPRIGHT

Element connects on the top-right corner.

  • Value: 2
  • Nickname: corner-topright
  • Available since: 3.0
GTK_JUNCTION_CORNER_BOTTOMLEFT

Element connects on the bottom-left corner.

  • Value: 4
  • Nickname: corner-bottomleft
  • Available since: 3.0
GTK_JUNCTION_CORNER_BOTTOMRIGHT

Element connects on the bottom-right corner.

  • Value: 8
  • Nickname: corner-bottomright
  • Available since: 3.0
GTK_JUNCTION_TOP

Element connects on the top side.

  • Value: 3
  • Nickname: top
  • Available since: 3.0
GTK_JUNCTION_BOTTOM

Element connects on the bottom side.

  • Value: 12
  • Nickname: bottom
  • Available since: 3.0
GTK_JUNCTION_LEFT

Element connects on the left side.

  • Value: 5
  • Nickname: left
  • Available since: 3.0
GTK_JUNCTION_RIGHT

Element connects on the right side.

  • Value: 10
  • Nickname: right
  • Available since: 3.0