unindent_lines
Description:
public void unindent_lines (
TextIter start,
TextIter end)
Removes one indentation level at the beginning of the specified lines.
Parameters:
this |
a View.
|
start |
TextIter of the first line to indent
|
end |
TextIter of the last line to indent
|