--- a/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputfloatctrl.h Tue Apr 27 16:59:43 2010 +0300
+++ b/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputfloatctrl.h Tue May 11 16:31:42 2010 +0300
@@ -89,6 +89,14 @@
*/
void Hide();
+ /**
+ * Test if transparency is supported by this control
+ *
+ * @since S60 v5.0
+ * @return ETrue if support
+ */
+ TBool SupportTransparent() const;
+
protected:
/**
* Symbian constructor
@@ -98,6 +106,8 @@
*/
void BaseConstructL();
+private:
+ TBool iSupportTransparent;
};
#endif // C_PENINPUTFLOATINGCTRL_H