Enumeration

GtkSourceNewlineType

Declaration

enum GtkSource.NewlineType

Description

No description available.

Members

Name Description
GTK_SOURCE_NEWLINE_TYPE_LF

Line feed, used on UNIX.

GTK_SOURCE_NEWLINE_TYPE_CR

Carriage return, used on Mac.

GTK_SOURCE_NEWLINE_TYPE_CR_LF

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