widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 15 60c5402cb945
--- a/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h	Thu Aug 27 07:44:59 2009 +0300
+++ b/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h	Thu Sep 24 12:53:48 2009 +0300
@@ -37,4 +37,7 @@
 // Valid values: 0 = no prompt, 1 = prompt
 const TUint32 KWidgetSecurityPromptUntrustedInstall =   0x00000004;
 
+// The setting to define the cursor show mode inside widgets
+// Valid values: 0 = not showing the cursor, 1 = cursor shown
+const TUint32 KWidgetCursorShowMode =   0x00000005;
 #endif