:right-sidebar: True SpaceTypeFlags =================================================================== .. currentmodule:: gi.repository.GtkSource .. class:: SpaceTypeFlags :no-contents-entry: :obj:`~gi.repository.GtkSource.SpaceTypeFlags` contains flags for white space types. Fields ------ .. rst-class:: interim-class .. class:: SpaceTypeFlags :no-index: .. attribute:: ALL All white spaces. .. attribute:: NBSP Non-breaking space character. .. attribute:: NEWLINE Line break character. If the :obj:`~gi.repository.GtkSource.Buffer`:implicit-trailing-newline property is :const:`True`, :obj:`~gi.repository.GtkSource.SpaceDrawer` also draws a line break at the end of the buffer. .. attribute:: NONE No flags. .. attribute:: SPACE Space character. .. attribute:: TAB Tab character.