sort_lines
Description:
public void sort_lines (
TextIter start,
TextIter end,
SortFlags flags,
int column)
Sort the lines of text between the specified iterators.
Parameters:
| this |
a Buffer.
|
| start |
a TextIter.
|
| end |
a TextIter.
|
| flags |
SortFlags specifying how the sort should behave
|
| column |
sort considering the text starting at the given column
|