Method

GtkSourceViewget_space_drawer

Declaration [src]

GtkSourceSpaceDrawer*
gtk_source_view_get_space_drawer (
  GtkSourceView* view
)

Description [src]

Gets the GtkSourceSpaceDrawer associated with view.

The returned object is guaranteed to be the same for the lifetime of view. Each GtkSourceView object has a different GtkSourceSpaceDrawer.

Return value

Type: GtkSourceSpaceDrawer

The GtkSourceSpaceDrawer associated with view.

The data is owned by the instance.