javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtbutton.h
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtbutton.h	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtbutton.h	Thu Aug 19 09:48:13 2010 +0300
@@ -150,6 +150,8 @@
         const TPointerEvent& aPointerEvent) const;
 #endif //RD_JAVA_ADVANCED_TACTILE_FEEDBACK
 
+    void UpdateTextColor();
+
 // From CCoeControl
 public:
     CCoeControl* ComponentControl(TInt aIndex) const;
@@ -185,6 +187,8 @@
     TSize ComputeSizeL(TInt aWHint, TInt aHHint);
     MSwtButton* ButtonInterface();
     TInt FocusBackgroundPolicy() const;
+    TInt PressBackgroundPolicy() const;
+    void HandleHighlightChange();
 
 // From MSwtButton
 public:
@@ -242,6 +246,8 @@
 #ifdef RD_JAVA_ADVANCED_TACTILE_FEEDBACK
     MTouchFeedback *iFeedback;
 #endif //RD_JAVA_ADVANCED_TACTILE_FEEDBACK
+
+    const MSwtColor* iCustomFg;
 };
 
 #endif // SWTBUTTON_H