javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtmenuarranger.h
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtmenuarranger.h	Fri Apr 30 10:40:48 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtmenuarranger.h	Tue May 11 16:07:20 2010 +0300
@@ -25,7 +25,7 @@
 /**
  * CSwtMenuArranger
  * @lib eswt
- * 
+ *
  * Context menus contain:
  * # Prior to 9.2:
  *      - Specific control menu of focused control (Mark, Unmark, etc.).
@@ -33,7 +33,7 @@
  *      - OK & SELECT commands of all parents of focused control.
  * # Since 9.2:
  *      - No context menus in 9.2.
- * 
+ *
  * Stylus popup menus contain:
  * # Prior to 9.2:
  *      - Specific control menu of long tapped control (Mark, Unmark, etc.).
@@ -45,7 +45,7 @@
  *      - Specific control menu of long tapped control (Mark, Unmark, etc.).
  *      - All commands of long tapped control.
  *      - Popup menu of long tapped control (Control.setMenu()).
- * 
+ *
  * Options menus contain:
  * # Prior to 9.2:
  *      - Menu bar of active shell.
@@ -179,7 +179,7 @@
     CEikMenuPane* ParentPane(CEikMenuPane& aPane) const;
 
 #ifdef RD_SCALABLE_UI_V2
-    void OpenStylusPopupMenuL(const MSwtControl& aControl, const TPoint& aPoint, 
+    void OpenStylusPopupMenuL(const MSwtControl& aControl, const TPoint& aPoint,
                               MSwtPopupMenuCallBack* aCallBack = NULL);
     void OpenStylusPopupMenuL(const MSwtMenu& aMenu, const TPoint& aPoint);
     void CloseStylusPopupMenuL();
@@ -292,7 +292,7 @@
      * Cached image size for the panes
      */
     TSize iImageSize;
-    
+
     MSwtPopupMenuCallBack* iPopupMenuCallback;
 };