widgets/widgetinstaller/inc/WidgetUIConfigHandler.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   169             EPropertyDescriptionAllowNetworkAccess,        // optional; bool but int 0/1 internally
   169             EPropertyDescriptionAllowNetworkAccess,        // optional; bool but int 0/1 internally
   170             EPropertyDescriptionHeight,                    // optional; integer; example: 100
   170             EPropertyDescriptionHeight,                    // optional; integer; example: 100
   171             EPropertyDescriptionWidth,                     // optional; integer; example: 100
   171             EPropertyDescriptionWidth,                     // optional; integer; example: 100
   172             EPropertyDescriptionNokiaMiniViewEnable,       //optional; bool but int 0/1 internally
   172             EPropertyDescriptionNokiaMiniViewEnable,       //optional; bool but int 0/1 internally
   173             EPropertyDescriptionNokiaPromptNeeded,       //optional; bool but int 0/1 internally
   173             EPropertyDescriptionNokiaPromptNeeded,       //optional; bool but int 0/1 internally
       
   174             EPropertyDescriptionNokiaPreInstalled,         // optional; bool but int 0/1 internally
   174             // end property description list, begin special values
   175             // end property description list, begin special values
   175             EPropertyDescriptionIdCount,     // must be at end of properties
   176             EPropertyDescriptionIdCount,     // must be at end of properties
   176             EPropertyDescriptionIdInvalid    // must be after EPropertyDescriptionIdCount
   177             EPropertyDescriptionIdInvalid    // must be after EPropertyDescriptionIdCount
   177             };
   178             };
   178 
   179