NewlineType
Description:
[ CCode ( cprefix = "GTK_SOURCE_NEWLINE_TYPE_" , type_id = "gtk_source_newline_type_get_type ()" ) ]
public enum NewlineType
Content:
Enum values:
- CR - carriage return, used on Mac.
- CR_LF - carriage return followed by a
line feed, used on Windows.
- LF - line feed, used on UNIX.