Table of Contents

GuiTextListCtrl::addRow

(int id, string text, int index=0)Returns row number of the new item.

Syntax

int GuiTextListCtrl::addRow(int %id, string %text[, int %index=0]);

Parameters

int %id
No description available.

string %text
No description available.

[optional] int %index=0
No description available.

Return value

int
No description available.

Remarks

Examples

Source

Engine

See also

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::sort
GuiTextListCtrl::sortList
GuiTextListCtrl::sortNumerical
GuiTextListCtrl::sortNumList

References

This function is not called by any other functions.