#include <mw/AknUtils.h>
| class CListBoxNumbers : public CBase |
| Public Member Functions | |
|---|---|
| CListBoxNumbers(CEikTextListBox *) | |
| IMPORT_C void | ConstructL() |
| IMPORT_C void | UpdateL() |
Automatic numbering for list items. (DEPRECATED) Just create this kind of object and attach it to a listbox, and you'll have automatic numbering.
You'll need to call UpdateL() each time you modify the listbox's model!