GtkSourceSpaceLocationFlags

#GtkSourceSpaceLocationFlags contains flags for white space locations.

If a line contains only white spaces (no text), the white spaces match both %GTK_SOURCE_SPACE_LOCATION_LEADING and %GTK_SOURCE_SPACE_LOCATION_TRAILING.

Values

ValueMeaning
NONE0

No flags.

LEADING1

Leading white spaces on a line, i.e. the indentation.

INSIDE_TEXT2

White spaces inside a line of text.

TRAILING4

Trailing white spaces on a line.

ALL7

White spaces anywhere.

Meta

Since

3.24