javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 34 71c436fe3ce0
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtshell.h	Fri May 14 15:47:24 2010 +0300
@@ -148,6 +148,8 @@
     void SetAsyncPainting(TBool aStatus);
     void InstallCba();
     TBool HasCba() const;
+    void SetTaskTip();
+    TBool IsTaskTip() const;
 
 // From MEikStatusPaneObserver
 public:
@@ -155,7 +157,7 @@
 
 private:
     void FinishRedraw() const;
-    
+
 // Data
 private:
     /**
@@ -248,11 +250,16 @@
      * this goes ETrue.
      */
     TBool iAsyncPainting;
-    
+
     /**
      * Once turned on can never be turned off.
      */
     TBool iHasCba;
+
+    /**
+     * Task tip style.
+     */
+    TBool iIsTaskTip;
 };
 
 #endif // SWTSHELL_H