classicui_pub/ui_framework_definitions_api/inc/EIKON.HRH
branchRCL_3
changeset 72 a5e7a4f63858
parent 64 85902f042028
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
    58  * special skin theme to draw the window background.
    58  * special skin theme to draw the window background.
    59  */
    59  */
    60 #define EEikCbaFlagSemiTransparent      0x100
    60 #define EEikCbaFlagSemiTransparent      0x100
    61 
    61 
    62 /**
    62 /**
    63  * Button group app msk icon flag,also support msk label. 
    63  * Button group app msk icon flag. This flag can be set with CBA resource
    64  * This flag can be set with CBA resource
    64  * or by using CEikCba::SetButtonGroupFlags(TInt) method. CBA using 
    65  * or by using CEikCba::SetButtonGroupFlags(TInt) method. 
    65  * control_pane_g4(0) to draw the window rect
    66  * CBA using control_pane_g4(0) to draw the window rect.
       
    67  * Use the CEikCba::UpdateIconL() to set the msk icon or show the msk label.
       
    68  */
    66  */
    69 #define EEikCbaFlagAppMskIcon           0x200
    67 #define EEikCbaFlagAppMskIcon           0x200
    70 // EIKBUTB.HRH
    68 // EIKBUTB.HRH
    71 //
    69 //
    72 //
    70 //
   222 #define EAknEditorFlagEnablePartialScreen             0x200000
   220 #define EAknEditorFlagEnablePartialScreen             0x200000
   223 #define EAknEditorFlagLaunchPenInputAutomatic         0x400000
   221 #define EAknEditorFlagLaunchPenInputAutomatic         0x400000
   224 #define EAknEditorFlagHideTextView                    0x800000
   222 #define EAknEditorFlagHideTextView                    0x800000
   225 #define EAknEditorFlagCursorLedingEdge                0x1000000
   223 #define EAknEditorFlagCursorLedingEdge                0x1000000
   226 #define EAknEditorFlagNeedWholeTextData               0x2000000
   224 #define EAknEditorFlagNeedWholeTextData               0x2000000
   227 // Avkon secret editor and web secret editor has different behavior, this flag 
       
   228 // is used to distinguish them for FEP 
       
   229 #define EAknEditorFlagAvkonSecretEditor               0x4000000
       
   230 
       
   231 // NOTICE! Flag value 0x80000000 is reserved for internal use by FEP.
   225 // NOTICE! Flag value 0x80000000 is reserved for internal use by FEP.
   232 
   226 
   233 // EIKLABEL.HRH
   227 // EIKLABEL.HRH
   234 //
   228 //
   235 //
   229 //