widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 15 60c5402cb945
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    35 
    35 
    36 // The setting to control prompt for installation of untrusted widgets
    36 // The setting to control prompt for installation of untrusted widgets
    37 // Valid values: 0 = no prompt, 1 = prompt
    37 // Valid values: 0 = no prompt, 1 = prompt
    38 const TUint32 KWidgetSecurityPromptUntrustedInstall =   0x00000004;
    38 const TUint32 KWidgetSecurityPromptUntrustedInstall =   0x00000004;
    39 
    39 
       
    40 // The setting to define the cursor show mode inside widgets
       
    41 // Valid values: 0 = not showing the cursor, 1 = cursor shown
       
    42 const TUint32 KWidgetCursorShowMode =   0x00000005;
    40 #endif
    43 #endif