javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
child 24 6c158198356e
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h	Tue May 25 12:34:19 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttextbase.h	Wed Jun 09 09:34:07 2010 +0300
@@ -18,7 +18,7 @@
 #include "swtscrollablebase.h"
 #include "swteditindicator.h"
 
-#if defined( RD_SCALABLE_UI_V2)
+#ifdef RD_SCALABLE_UI_V2
 #include <fepbase.h>
 #endif //RD_SCALABLE_UI_V2
 
@@ -32,7 +32,7 @@
 NONSHARABLE_CLASS(CSwtTextBase)
         : public CAknControl
         , public ASwtScrollableBase
-#if defined( RD_SCALABLE_UI_V2)
+#ifdef RD_SCALABLE_UI_V2
         , public MCoeCaptionRetrieverForFep
 #endif //RD_SCALABLE_UI_V2
 {
@@ -192,6 +192,9 @@
     TBool CanDrawOutsideRect() const;
     void SetBackgroundL(const MSwtColor* aColor);
     void SetForegroundL(const MSwtColor* aColor);
+    void SetBounds(const TRect& aRect);
+    void SetWidgetSize(const TSize& aSize);
+    TSwtPeer Dispose();
 
 // From ASwtControlBase
 protected: