idlehomescreen/inc/xnproperty.h
branchRCL_3
changeset 9 f966699dea19
parent 2 08c6ee43b396
child 15 ff572dfe6d86
--- a/idlehomescreen/inc/xnproperty.h	Tue Feb 02 00:04:13 2010 +0200
+++ b/idlehomescreen/inc/xnproperty.h	Fri Feb 19 22:42:37 2010 +0200
@@ -86,15 +86,16 @@
             _LIT8(KLeft, "left");
             }
         }
-    namespace styluspopup
+    namespace popup
         {
-        _LIT8(KPositionHint, "_s60-position-hint");
-        namespace positionhint
+        _LIT8(KPopupType, "_s60-popup-type");
+        
+        namespace popuptype
             {
-            _LIT8(KAbove, "above");
-//            _LIT8(KBelow, "below");
-            }        
-        }        
+            _LIT8(KNormal, "normal");
+            _LIT8(KPermanent, "permanent");
+            }
+        }
     namespace view
         {
 //        _LIT8(KUid, "uid");
@@ -427,7 +428,6 @@
             _LIT8(KRemoveFocusedWidget, "system/removefocusedwidget");            
             _LIT8(KRemoveWidget, "system/removewidget");            
             _LIT8(KAddWidget, "system/addwidget");
-            _LIT8(KRunFullScreenEffect, "system/runfullscreeneffect");
             _LIT8(KActivateView, "system/activateview");
             _LIT8(KActivateNextView, "system/activatenextview");
             _LIT8(KActivatePreviousView, "system/activatepreviousview");
@@ -453,6 +453,8 @@
             /*_LIT8(KStoreFocus, "system/storefocus");
             _LIT8(KRestoreFocus, "system/restorefocus");*/
             _LIT8(KSetWallpaper, "system/setwallpaper");
+            _LIT8(KActivateTextEditor, "system/activatetexteditor");
+            _LIT8(KDeactivateTextEditor, "system/deactivatetexteditor");
             _LIT8(KActivateSelectedItem, "system/activateselecteditem");
             _LIT8(KDestination, "destination");
             _LIT8(KBroadcast, "broadcast");