idlehomescreen/widgetmanager/data/widgetmanagerview.rss
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
    39 // MAIN VIEW AND ITS PARTS
    39 // MAIN VIEW AND ITS PARTS
    40 // ----------------------------------------------------
    40 // ----------------------------------------------------
    41 
    41 
    42 RESOURCE AVKON_VIEW r_wm_main_container_view
    42 RESOURCE AVKON_VIEW r_wm_main_container_view
    43     {
    43     {
    44     cba = r_wm_softkeys_options_back__store;
    44     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    45     menubar = r_wm_main_container_options_menu;
    45     menubar = r_wm_main_container_options_menu;
    46     toolbar = 0;
    46     toolbar = 0;
    47     }
    47     }
    48 
    48 
    49 RESOURCE TITLE_PANE r_wm_main_container_title_resource
    49 RESOURCE TITLE_PANE r_wm_main_container_title_resource
    50     {
    50     {
    51     txt = qtn_wm_title_text;
    51     txt = qtn_wm_title_text;
    52     }
    52     }
    53 
    53 
    54 RESOURCE CBA r_wm_softkeys_options_back__store
       
    55     {
       
    56     flags = EEikButtonGroupAddToStack | EEikCbaFlagAppMskIcon;    
       
    57     buttons =
       
    58         {
       
    59         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
    60         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },                
       
    61         AVKON_CBA_BUTTON{id=EWmStoreCommand; longpressid=0; txt= ""; }
       
    62         };
       
    63     }
       
    64 
       
    65 RESOURCE CBA r_wm_softkeys_options_cancel__store
       
    66     {
       
    67     flags = EEikButtonGroupAddToStack | EEikCbaFlagAppMskIcon;
       
    68     buttons =
       
    69         {
       
    70         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
    71         CBA_BUTTON {id=EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
    72         AVKON_CBA_BUTTON{id=EWmStoreCommand; longpressid=0; txt= ""; }
       
    73         };
       
    74     }
       
    75 
       
    76 // ----------------------------------------------------
    54 // ----------------------------------------------------
    77 // MENU
    55 // MENU
    78 // ----------------------------------------------------
    56 // ----------------------------------------------------
    79 
    57 
    80 RESOURCE MENU_BAR r_wm_main_container_options_menu
    58 RESOURCE MENU_BAR r_wm_main_container_options_menu
    90 
    68 
    91 RESOURCE MENU_PANE r_wm_main_container_menu_pane
    69 RESOURCE MENU_PANE r_wm_main_container_menu_pane
    92     {
    70     {
    93     items =
    71     items =
    94         {
    72         {
       
    73         MENU_ITEM
       
    74             {
       
    75             command = EWmMainContainerViewOpenPortalMenuItemCommand;
       
    76             txt = qtn_options_wm_open;
       
    77             flags = EEikMenuItemAction;
       
    78             },
    95         MENU_ITEM
    79         MENU_ITEM
    96             {
    80             {
    97             command = EWmMainContainerViewAddMenuItemCommand;
    81             command = EWmMainContainerViewAddMenuItemCommand;
    98             txt = qtn_options_wm_add;
    82             txt = qtn_options_wm_add;
    99             flags = EEikMenuItemAction;
    83             flags = EEikMenuItemAction;
   138             }
   122             }
   139         };
   123         };
   140     }
   124     }
   141 
   125 
   142 // ----------------------------------------------------
   126 // ----------------------------------------------------
   143 // Ovi store related
   127 // OVI STORE BUTTON
   144 // ----------------------------------------------------
   128 // ----------------------------------------------------
   145 RESOURCE TBUF r_qtn_wm_ovi_store_title
   129 
       
   130 RESOURCE AVKON_BUTTON r_wm_portal_button
       
   131     {
       
   132     flags = 0;
       
   133     states =
       
   134         {
       
   135         AVKON_BUTTON_STATE
       
   136             {
       
   137             flags = 0;
       
   138             txt = qtn_wm_ovi_store_title;
       
   139             }
       
   140         };
       
   141     }
       
   142 
       
   143 RESOURCE TBUF r_qtn_wm_go_to_ovi_store
   146     {
   144     {
   147     buf = qtn_wm_ovi_store_title;
   145     buf = qtn_wm_ovi_store_title;
   148     }
       
   149 
       
   150 RESOURCE TBUF r_qtn_wm_ovi_store_desc
       
   151     {
       
   152     buf = qtn_wm_ovi_store_desc;
       
   153     }
       
   154 
       
   155 RESOURCE TBUF r_qtn_wm_storelist_title
       
   156     {
       
   157     buf = qtn_wm_storelist_title;
       
   158     }
   146     }
   159 
   147 
   160 // ----------------------------------------------------
   148 // ----------------------------------------------------
   161 // MISCELLANEOUS INFO MESSAGES
   149 // MISCELLANEOUS INFO MESSAGES
   162 // ----------------------------------------------------
   150 // ----------------------------------------------------