Classes | |
class | RtmProfileListCtrl |
class | RtmProfileListPanel |
Functions | |
def | runTest |
Variables | |
string | overview |
def RtmProfileList.runTest | ( | frame, | |
nb, | |||
log | |||
) |
Definition at line 150 of file RtmProfileList.py.
string RtmProfileList::overview |
00001 """\ 00002 This example demonstrates the ListCtrl's Virtual List features. A Virtual list 00003 can contain any number of cells, but data is not loaded into the control itself. 00004 It is loaded on demand via virtual methods <code>OnGetItemText(), OnGetItemImage()</code>, 00005 and <code>OnGetItemAttr()</code>. This greatly reduces the amount of memory required 00006 without limiting what can be done with the list control itself. 00007 """
Definition at line 157 of file RtmProfileList.py.