javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtlistboxlists.h
branchRCL_3
changeset 60 6c158198356e
parent 34 71c436fe3ce0
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   233     /**
   233     /**
   234      * Compute an array of cell types for a certain list box type
   234      * Compute an array of cell types for a certain list box type
   235      * @param aListType see TSwtLbType
   235      * @param aListType see TSwtLbType
   236      * @return ETrue if listbox is formatted.
   236      * @return ETrue if listbox is formatted.
   237      */
   237      */
   238     static void Cells(TInt aListType, RArray<TInt>& aCellArray);
   238     static void CellsL(TInt aListType, RArray<TInt>& aCellArray);
   239 
   239 
   240     /**
   240     /**
   241      * Check if a int value is in the range of listbox types.
   241      * Check if a int value is in the range of listbox types.
   242      * @param aVal listbox type or int value.
   242      * @param aVal listbox type or int value.
   243      * @return ETrue if value is listbox type.
   243      * @return ETrue if value is listbox type.