javauis/lcdui_akn/lcdui/inc/CMIDChoiceGroupControl.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 25 9ac0a0a7da70
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   278      *
   278      *
   279      * @param   aIndex      The index of the element
   279      * @param   aIndex      The index of the element
   280      * @param   aSelected   The new selection state of the element
   280      * @param   aSelected   The new selection state of the element
   281      * @param   aPostEvent  If true, itemStateChanged event is sent to the midlet
   281      * @param   aPostEvent  If true, itemStateChanged event is sent to the midlet
   282      */
   282      */
   283     void CMIDChoiceGroupControl::SelectElementL(TInt aIndex, TBool aSelected,
   283     void SelectElementL(TInt aIndex, TBool aSelected, TBool aPostEvent);
   284             TBool aPostEvent);
       
   285 
   284 
   286     void UpdateMargins();
   285     void UpdateMargins();
   287     void UpdatePopupListAppearanceL(TChoiceGroupModelEvent aEvent);
   286     void UpdatePopupListAppearanceL(TChoiceGroupModelEvent aEvent);
   288 
   287 
   289 #ifdef RD_SCALABLE_UI_V2
   288 #ifdef RD_SCALABLE_UI_V2