webengine/widgetinstaller/Inc/WidgetConfigHandler.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   138             EPropertyDescriptionAllowNetworkAccess,        // optional; bool but int 0/1 internally
   138             EPropertyDescriptionAllowNetworkAccess,        // optional; bool but int 0/1 internally
   139             EPropertyDescriptionHeight,                    // optional; integer; example: 100
   139             EPropertyDescriptionHeight,                    // optional; integer; example: 100
   140             EPropertyDescriptionWidth,                     // optional; integer; example: 100
   140             EPropertyDescriptionWidth,                     // optional; integer; example: 100
   141             EPropertyDescriptionNokiaMiniViewEnable,       // optional; bool but int 0/1 internally
   141             EPropertyDescriptionNokiaMiniViewEnable,       // optional; bool but int 0/1 internally
   142             EPropertyDescriptionNokiaPromptNeeded,       //optional; bool but int 0/1 internally
   142             EPropertyDescriptionNokiaPromptNeeded,       //optional; bool but int 0/1 internally
       
   143             EPropertyDescriptionNokiaPreInstalled,         // optional; bool but int 0/1 internally
   143             // end property description list, begin special values
   144             // end property description list, begin special values
   144             EPropertyDescriptionIdCount,     // must be at end of properties
   145             EPropertyDescriptionIdCount,     // must be at end of properties
   145             EPropertyDescriptionIdInvalid    // must be after EPropertyDescriptionIdCount
   146             EPropertyDescriptionIdInvalid    // must be after EPropertyDescriptionIdCount
   146             };
   147             };
   147 
   148