SourceView.setTabWidth

Sets the width of tabulation in characters. The #GtkTextBuffer still contains \t characters, but they can take a different visual width in a #GtkSourceView widget.

class SourceView
void
setTabWidth
(
uint width
)

Parameters

width uint

width of tab in characters.

Meta