Enumeration (GI Flags)

GtkSource-5GtkSourceSpaceLocationFlags

GtkSource.SpaceLocationFlags contains flags for white space locations.

If a line contains only white spaces (no text), the white spaces match both GtkSource.SpaceLocationFlags.LEADING and GtkSource.SpaceLocationFlags.TRAILING.

Index

Enumeration Members

Enumeration Members

ALL: number

White spaces anywhere.

INSIDE_TEXT: number

White spaces inside a line of text.

LEADING: number

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

NONE: number

No flags.

TRAILING: number

Trailing white spaces on a line.