classicui_pub/buttons_api/inc/EIKBTGPC.H
branchRCL_3
changeset 18 fcdfafb36fe7
parent 0 2f259fa3e83a
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
   100         {
   100         {
   101         EAddToStack      = 0x01, ///< Not used.
   101         EAddToStack      = 0x01, ///< Not used.
   102         EDelayActivation = 0x02, ///< If set, the container is not activated during construction.
   102         EDelayActivation = 0x02, ///< If set, the container is not activated during construction.
   103         EUseMaxSize      = 0x04,  ///< Not used.
   103         EUseMaxSize      = 0x04,  ///< Not used.
   104         EIsEmbedded      = 0x08, ///< Embedded in a dialog or popup.
   104         EIsEmbedded      = 0x08, ///< Embedded in a dialog or popup.
   105         EParentIsControl = 0x10  ///< Parent window group is treated as CCoeControl.
   105         EParentIsControl = 0x10, ///< Parent window group is treated as CCoeControl.
       
   106         EAlwaysShown     = 0x20  ///< Left softkey is not automatically hidden 
   106         };
   107         };
   107         
   108         
   108     /**
   109     /**
   109      * Defines the positions for each command.   
   110      * Defines the positions for each command.   
   110      */   
   111      */