javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtdateeditor.h
branchRCL_3
changeset 24 6c158198356e
parent 19 71c436fe3ce0
--- 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;
 };