GtkSourceSpaceTypeFlags

GtkSourceSpaceTypeFlags contains flags for white space types.

Values

ValueMeaning
NONE0

No flags.

SPACE1

Space character.

TAB2

Tab character.

NEWLINE4

Line break character. If the implicit-trailing-newline property is TRUE, GtkSourceSpaceDrawer also draws a line break at the end of the buffer.

NBSP8

Non-breaking space character.

ALL15

All white spaces.

Meta

Since

3.24