diff -r e5618cc85d74 -r 6c158198356e javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h --- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h Thu Jul 15 18:31:06 2010 +0300 +++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h Thu Aug 19 09:48:13 2010 +0300 @@ -152,6 +152,8 @@ */ void FixPadding(); + void UpdateTextColor(); + #if defined( RD_SCALABLE_UI_V2) // From MCoeCaptionRetrieverForFep private: @@ -182,7 +184,6 @@ // From MSwtControl public: TBool SetSwtFocus(TInt aReason = KSwtFocusByApi); - TInt FocusBackgroundPolicy() const; TRect ClientRect() const; CCoeControl& CoeControl(); const CCoeControl& CoeControl() const; @@ -195,6 +196,8 @@ void SetBounds(const TRect& aRect); void SetWidgetSize(const TSize& aSize); TSwtPeer Dispose(); + TInt PressBackgroundPolicy() const; + void HandleHighlightChange(); // From ASwtControlBase protected: