diff -r e5618cc85d74 -r 6c158198356e javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtdateeditor.h --- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtdateeditor.h Thu Jul 15 18:31:06 2010 +0300 +++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtdateeditor.h Thu Aug 19 09:48:13 2010 +0300 @@ -128,6 +128,8 @@ */ void UpdateFieldCounters(TBool aIsFieldNumeric, TBool aIsFieldChanged); + void UpdateTextColor(); + // From CCoeControl public: TInt CountComponentControls() const; @@ -161,6 +163,8 @@ void SetBounds(const TRect& aRect); void SetWidgetSize(const TSize& aSize); TSwtPeer Dispose(); + TInt PressBackgroundPolicy() const; + void HandleHighlightChange(); // From ASwtControlBase protected: @@ -246,6 +250,11 @@ */ TBool iBgColorIsCustom; TBool iFgColorIsCustom; + + /** + * Foreground color + */ + TRgb iForegroundColor; };