diff -r 857bebeecec0 -r b1ea1642412e textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h --- a/textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h Mon Jun 21 16:02:35 2010 +0300 +++ b/textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h Thu Jul 15 19:01:13 2010 +0300 @@ -582,6 +582,14 @@ */ void PrepareRangeListItems( RArray& aRangeItems ); + /** + * Called when short press occurs on range button. + * + * @since S60 v3.2 + * @return None + */ + void HandleRangeButtonShortPress(); + private: // Data /** @@ -727,6 +735,10 @@ */ TAllRangeLabels iRangeLabels; + /** + * Indicates whether range button short press is handled. + */ + TBool iHandleRangeShortPress; }; inline TBool CPeninputSplitQwertyWindow::IsRtoLLanguage( TInt aLanguage )