DIFF

class TextListboxWidgetSource

TextListboxWidget SimpleListboxWidget BaseListboxWidget UIWidget Widget Managed

Part of Widget UI system

All members, including inherited

Methods 5

proto native int AddItem(string text, Class userData, int column, int row = -1)

Insert new Row, if row = -1, new Row is inserted at the end otherwise at row index.

proto native void SetItemColor(int row, int column, int color)