Declared in <XList.h>
Declared from XGScrollViewThe list control
Memory extraction
XGListControl::ClearSelect
XGListControl::Delete
XGListControl::DeleteAll
XGListControl::GetItem
XGListControl::GetSelect
XGListControl::GetValue
XGListControl::Insert
XGListControl::Length
XGListControl::SetSelect
XGListControl::SetUpdate
XGListControl::SetValue
XGListControl::XGListControl
XGListControl::~XGListControl
Memory extraction
Usage: void XGListControl::ClearSelect(void)
Clear the selection state for everything
Usage: void XGListControl::Delete(long index)
Delete this item
Usage: void XGListControl::DeleteAll(void)
Delete all items
Usage: void XGListControl::GetItem(long index,char*data)const
Get the specified item in a zero-based index
Usage: bool XGListControl::GetSelect(long index)
Get the selection state
Usage: long XGListControl::GetValue()
Useful for single selection stuff; this returns the index of the first selected item, or -1 if none are selected
Usage: void XGListControl::Insert(long index,const char*buffer)
Insert this item
Usage: long XGListControl::Length()const
# items in me
Usage: void XGListControl::SetSelect(long index,bool state)
Set the selection state
Usage: void XGListControl::SetUpdate(bool update)
Set the update
Usage: void XGListControl::SetValue(long value)
Set only one selected item. Even if multiple selection is enabled
Usage: void XGInlineEdit::LoseFocus()
Create the list controls
Usage: XGListControl::~XGListControl()
Delete this.