set_insert_spaces_instead_of_tabs


Description:

public void set_insert_spaces_instead_of_tabs (bool enable)

If true a tab key pressed is replaced by a group of space characters.

Of course it is still possible to insert a real `\t` programmatically with the [class@Gtk.TextBuffer] API.

Parameters:

this

a View.

enable

whether to insert spaces instead of tabs.