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 #GtkSourceBuffer: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.