[ CCode ( cprefix = "GTK_SOURCE_DRAW_SPACES_" , type_id = "gtk_source_draw_spaces_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "DrawSpacesFlags" ) ]
[ Version ( deprecated = true , deprecated_since = "3.24" ) ]
public enum SourceDrawSpacesFlags
Warning: SourceDrawSpacesFlags is deprecated since 3.24.
GtkSourceDrawSpacesFlags determine what kind of spaces whould be drawn.
Use SourceSpaceTypeFlags and SourceSpaceLocationFlags instead.
If none of GTK_SOURCE_DRAW_SPACES_LEADING, GTK_SOURCE_DRAW_SPACES_TEXT or GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in the line will be drawn (i.e. it has the same effect as specifying all of them).