javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcontrolbase.h
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 19 71c436fe3ce0
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcontrolbase.h	Fri Apr 30 10:40:48 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcontrolbase.h	Tue May 11 16:07:20 2010 +0300
@@ -71,7 +71,7 @@
      * its parent. Other controls in the same parent are not taken
      * into account.
      * @param aRect Rectangle to be clipped
-     * @return Clipped rectangle  
+     * @return Clipped rectangle
      */
     TRect ClipToVisibleRect(const TRect& aRect) const;
 
@@ -148,6 +148,9 @@
      */
     void RedrawFocusBackground();
 
+    /**
+     * Checks if this controls should display a border / frame in case of Shells.
+     */
     TBool HasBorderStyle() const;
 
     /**
@@ -236,14 +239,14 @@
      * Needs to be called by all inheritors from their PositionChanged().
      */
     IMPORT_C void HandlePositionChanged();
-    
+
     /**
      * Draws the non-window-owning component controls of the specified control
      * The GC must have already been activated.
      */
     static void DrawComponentControls(const CCoeControl& aControl,
                                       const TRect& aRect, CWindowGc& aGc, TBool aCanDrawOutsideRect);
-    
+
     static TBool RectContainsRect(const TRect& aContainer, const TRect& aContainee);
 
     /**
@@ -260,17 +263,17 @@
      * Check if one of the children is focused.
      */
     TBool ChildIsFocused() const;
-    
+
     /**
      * Same as SetFontL but without redraw.
      */
     void DoSetFontL(const MSwtFont* aFont);
-    
+
     /**
      * Same as SetBackgroundL but without redraw.
      */
     void DoSetBackgroundL(const MSwtColor* aColor);
-    
+
     /**
      * Same as SetForegroundL but without redraw.
      */
@@ -417,7 +420,7 @@
     // True if control changed its focus.
     // Currently used for advanced tactile feedback.
     TBool iFocusChanged;
-    
+
     /**
      * Used to implement visual pressed down feedback for some controls.
      */