javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcombo.h
branchRCL_3
changeset 34 71c436fe3ce0
parent 19 04becd199f91
child 60 6c158198356e
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcombo.h	Tue May 25 12:34:19 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcombo.h	Wed Jun 09 09:34:07 2010 +0300
@@ -188,11 +188,6 @@
     void DoSelectItemL(TInt aIdx);
 
     /**
-     * Fixed border for the contained combo.
-     */
-    void DrawContainedComboBorder() const;
-
-    /**
      * Position the contained combo in the middle of the compound control.
      */
     void CenterContainedCombo();
@@ -241,6 +236,12 @@
      * Not own.
      */
     MTouchFeedback* iFeedback;
+    
+    /**
+     * True for as long as pressed by pointer.
+     * Eclipses ASwtControlBase::iPressed!
+     */
+    TBool iPressed;
 };