uifw/AvKon/tsrc/bc/S60_SDKMCL/bctestmixmcl/group/bctestmixmcl.rss
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   259                     };
   259                     };
   260                 };
   260                 };
   261             }
   261             }
   262         };
   262         };
   263     }
   263     }
       
   264 
       
   265 //----------------------------------------------------------------------------
       
   266 //
       
   267 //r_bctestmixmcl_radiobutton_editor
       
   268 //
       
   269 //----------------------------------------------------------------------------
       
   270 //
       
   271 RESOURCE POPUP_SETTING_LIST r_bctestmixmcl_radiobutton_editor
       
   272     {
       
   273     flags = 0;
       
   274     }
       
   275 
       
   276 //----------------------------------------------------------------------------
       
   277 //
       
   278 //r_bctestmixmcl_radiobutton_setting_page
       
   279 //
       
   280 //----------------------------------------------------------------------------
       
   281 //
       
   282 RESOURCE AVKON_SETTING_PAGE r_bctestmixmcl_radiobutton_setting_page
       
   283     {
       
   284     label = "Radiobutton example";
       
   285     type = EAknCtPopupSettingList;
       
   286     editor_resource_id = r_bctestmixmcl_radiobutton_editor;
       
   287     }
       
   288  
       
   289 // ---------------------------------------------------------------------------
       
   290 // r_bctestmixmcl_popup_editor
       
   291 // ---------------------------------------------------------------------------
       
   292 //
       
   293 RESOURCE POPUP_SETTING_LIST r_bctestmixmcl_popup_editor
       
   294     {
       
   295     flags = EAknPopupSettingListFlagAllowsUserDefinedEntry;
       
   296     width = 20;
       
   297     }
       
   298 
       
   299 // ---------------------------------------------------------------------------
       
   300 // r_bctestmixmcl_popup_setting_page
       
   301 // ---------------------------------------------------------------------------
       
   302 //
       
   303 RESOURCE AVKON_SETTING_PAGE r_bctestmixmcl_popup_setting_page
       
   304     {
       
   305     number = 1;
       
   306     label = "Popup example";
       
   307     type = EAknCtPopupSettingList;
       
   308     editor_resource_id = r_bctestmixmcl_popup_editor;
       
   309     } 
       
   310 
       
   311 // ---------------------------------------------------------------------------
       
   312 // r_bctestmixmcl_list_item_array
       
   313 // ---------------------------------------------------------------------------
       
   314 //
       
   315 RESOURCE ARRAY r_bctestmixmcl_list_item_array
       
   316     {
       
   317     items =
       
   318         {
       
   319         LBUF
       
   320             {
       
   321             txt = "item1";
       
   322             }
       
   323         };
       
   324     }
       
   325 
   264 // End of File
   326 // End of File
   265 
   327 
   266 
   328