Table of Contents

GuiTextListCtrl::sort

(int columnID, bool increasing=false)Performs a standard (alphabetical) sort on the values in the specified column.

Syntax

void GuiTextListCtrl::sort(int %columnID[, bool %increasing=false]);

Parameters

int %columnID
No description available.

[optional] bool %increasing=false
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

GuiTextListCtrl::addRow
GuiTextListCtrl::clear
GuiTextListCtrl::clearSelection
GuiTextListCtrl::findTextIndex
GuiTextListCtrl::getRowId
GuiTextListCtrl::getRowNumById
GuiTextListCtrl::getRowText
GuiTextListCtrl::getRowTextById
GuiTextListCtrl::getSelectedId
GuiTextListCtrl::isRowActive
GuiTextListCtrl::removeRow
GuiTextListCtrl::removeRowById
GuiTextListCtrl::rowCount
GuiTextListCtrl::scrollVisible
GuiTextListCtrl::setRowActive
GuiTextListCtrl::setRowById
GuiTextListCtrl::setSelectedById
GuiTextListCtrl::setSelectedRow
GuiTextListCtrl::sortList
GuiTextListCtrl::sortNumerical
GuiTextListCtrl::sortNumList

References

This function is not called by any other functions.