Enumeration

VteAlign

since: 0.68

Declaration

enum Vte.Align

Description [src]

An enumeration type that can be used to specify how the terminal uses extra allocated space.

Available since: 0.68

Members

VTE_ALIGN_START

Align to left/top.

  • Value: 0
  • Nickname: start
  • Available since: 0.68
VTE_ALIGN_CENTER

Align to centre.

  • Value: 1
  • Nickname: center
  • Available since: 0.68
VTE_ALIGN_END

Align to right/bottom.

  • Value: 3
  • Nickname: end
  • Available since: 0.68