Volume Control API: Changes

The following header file(s) have changed between 3.1 and 3.2

Table 1: aknvolumecontrol.h
Type Class Change
New public method CAknVolumeControl IMPORT_C void SetRange( TInt aMinimumValue, TInt aMaximumValue );
New public method CAknVolumeControl IMPORT_C void GetRange( TInt& aMinimumValue, TInt& aMaximumValue );
New public method CAknVolumeControl IMPORT_C static CGulIcon* CreateSetDynRangeStyleListBoxIconL( TInt aValue, TInt aMinimum, TInt aMaximum );


Copyright © Nokia Corporation 2001-2008
Back to top