diff -r a1caeb42b3a3 -r fcdfafb36fe7 classicui_pub/buttons_api/inc/EIKBTGPC.H --- a/classicui_pub/buttons_api/inc/EIKBTGPC.H Thu Jul 15 18:56:19 2010 +0300 +++ b/classicui_pub/buttons_api/inc/EIKBTGPC.H Thu Aug 19 10:11:06 2010 +0300 @@ -102,7 +102,8 @@ EDelayActivation = 0x02, ///< If set, the container is not activated during construction. EUseMaxSize = 0x04, ///< Not used. EIsEmbedded = 0x08, ///< Embedded in a dialog or popup. - EParentIsControl = 0x10 ///< Parent window group is treated as CCoeControl. + EParentIsControl = 0x10, ///< Parent window group is treated as CCoeControl. + EAlwaysShown = 0x20 ///< Left softkey is not automatically hidden }; /**