Enumeration
GtkSourceSpaceLocationFlags
since: 5
Description [src]
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.
Available since: 5
Members
GTK_SOURCE_SPACE_LOCATION_NONE-
No flags.
- Value:
0 - Nickname:
none - Available since: 5
- Value:
GTK_SOURCE_SPACE_LOCATION_LEADING-
Leading white spaces on a line, i.e. the indentation.
- Value:
1 - Nickname:
leading - Available since: 5
- Value:
GTK_SOURCE_SPACE_LOCATION_INSIDE_TEXT-
White spaces inside a line of text.
- Value:
2 - Nickname:
inside-text - Available since: 5
- Value:
GTK_SOURCE_SPACE_LOCATION_TRAILING-
Trailing white spaces on a line.
- Value:
4 - Nickname:
trailing - Available since: 5
- Value:
GTK_SOURCE_SPACE_LOCATION_ALL-
White spaces anywhere.
- Value:
7 - Nickname:
all - Available since: 5
- Value: