Enumeration

GtkSourceNewlineType

since: 5

Declaration

enum GtkSource.NewlineType

Description

No description available.

Available since: 5

Members

GTK_SOURCE_NEWLINE_TYPE_LF

Line feed, used on UNIX.

  • Value: 0
  • Nickname: lf
  • Available since: 5
GTK_SOURCE_NEWLINE_TYPE_CR

Carriage return, used on Mac.

  • Value: 1
  • Nickname: cr
  • Available since: 5
GTK_SOURCE_NEWLINE_TYPE_CR_LF

Carriage return followed by a line feed, used on Windows.

  • Value: 2
  • Nickname: cr-lf
  • Available since: 5