View.indentLines

void indentLines(gtk.text_iter.TextIter start, gtk.text_iter.TextIter end)

Inserts one indentation level at the beginning of the specified lines. The empty lines are not indented.

Parameters

start#GtkTextIter of the first line to indent
end#GtkTextIter of the last line to indent