API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
None
#include <aknlists.h>
Static Public Member Functions | |
| static IMPORT_C void | HandleItemRemovalAndPositionHighlightL (CEikListBox *aListBox, TInt aValueOfCurrentItemIndexBeforeRemoval, TBool aCurrentItemWasRemoved) |
This function is similar to HandleItemRemovalL(). | |
| static IMPORT_C void | HandleItemRemovalAndPositionHighlightL (CEikListBox *aListBox, TInt aValueOfCurrentItemIndexBeforeRemoval, CArrayFix< TInt > &aIndexesToRemovedItems) |
| This function should be called after one or more items have been removed. | |
| static IMPORT_C TBool | ListBoxLinesShown (MAknsSkinInstance *aInstance, MAknsControlContext *aCc) |
| Check whether listbox lines need to be shown. | |
| ||||||||||||||||
|
This function should be called after one or more items have been removed. If a leave occurs the framework generates a Symbian Leave code.
|
| ||||||||||||||||
|
This function is similar to This function has to call when the items should be removed. If a leave occurs the framework generates a Symbian Leave code.
|
| ||||||||||||
|
Check whether listbox lines need to be shown.
While skin instance can be used directly by client code, it is often easier to use utility methods provided in
|