diff -r 857bebeecec0 -r b1ea1642412e textinput/peninputgenericvkb/inc/peninputgenericvkbwindow.h --- a/textinput/peninputgenericvkb/inc/peninputgenericvkbwindow.h Mon Jun 21 16:02:35 2010 +0300 +++ b/textinput/peninputgenericvkb/inc/peninputgenericvkbwindow.h Thu Jul 15 19:01:13 2010 +0300 @@ -576,6 +576,14 @@ * Retrieve text color from skin for autocompletion part */ TRgb AutoCompletionPartColor(); + + /** + * Called when short press occurs on range button. + * + * @since S60 v3.2 + * @return None + */ + void HandleRangeButtonShortPress(); private: // Data @@ -718,6 +726,11 @@ * Range labels for range list */ TAllRangeLabels iRangeLabels; + + /** + * Indicates whether range button short press is handled. + */ + TBool iHandleRangeShortPress; private: CFepLayoutScrollableList* iCandidateList;