Symbian3/PDK/Source/GUID-845F3021-E3ED-4676-916A-75740886DCBD.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 9 59758314f811
--- a/Symbian3/PDK/Source/GUID-845F3021-E3ED-4676-916A-75740886DCBD.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-845F3021-E3ED-4676-916A-75740886DCBD.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -4,10 +4,13 @@
 "Eclipse Public License v1.0" which accompanies this distribution, 
 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
 <!-- Initial Contributors:
-	Nokia Corporation - initial contribution.
+    Nokia Corporation - initial contribution.
 Contributors: 
--->  <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"><concept id="GUID-845F3021-E3ED-4676-916A-75740886DCBD" xml:lang="en"><title>Providing
-a vertical list of selectable items</title><prolog><metadata><keywords></keywords></metadata></prolog><conbody>
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-845F3021-E3ED-4676-916A-75740886DCBD" xml:lang="en"><title>Providing
+a vertical list of selectable items</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>To provide a vertical list of selectable items using the Choice List API,
 follow the steps below:</p>
 <ol>
@@ -25,10 +28,11 @@
 from the choice list through the observer interface.</p></li>
 <li id="GUID-22CBB678-6954-42CF-8F8E-FA847A7FBEA9"><p>Delete the choice list.</p></li>
 </ol>
-<section><title>Indexing of items in the choice list</title><p>The client
-application is responsible for keeping track of item indexes in the choice
-list. The choice list component does not do this: it only returns the index
-of a list item.</p><p>The choice list items are indexed as follows:</p><ul>
+<section id="GUID-046C0B82-B9A4-4123-9FDD-530A0232B252"><title>Indexing of
+items in the choice list</title><p>The client application is responsible for
+keeping track of item indexes in the choice list. The choice list component
+does not do this: it only returns the index of a list item.</p><p>The choice
+list items are indexed as follows:</p><ul>
 <li><p>When the items are added to the choice list from e.g. an array, the
 first item gets an index of 0.</p></li>
 <li><p>The other items added from the array get indexes 1, 2, 3 and so forth
@@ -46,9 +50,9 @@
 item is removed, the old third item becomes the second item and therefore
 gets an index of 1.</p></li>
 </ul></section>
-<section><title>Use cases</title><fig id="GUID-7FFCC838-A49D-4A91-9480-3295B0E036B7">
+<section id="GUID-42664A41-C3D3-4DAF-802D-8A98B15984CA"><title>Use cases</title><fig id="GUID-7FFCC838-A49D-4A91-9480-3295B0E036B7">
 <title>Choice list API use cases</title>
-<image href="GUID-92067BE3-40F0-4652-A882-FFDE2816C9BD_d0e75324_href.png" scale="60" placement="inline"></image>
+<image href="GUID-92067BE3-40F0-4652-A882-FFDE2816C9BD_d0e104980_href.png" scale="60" placement="inline"/>
 </fig><p>To use a choice list in your application, implementing the following
 use cases is mandatory:</p><ul>
 <li><p><xref href="GUID-462239D1-4B40-4342-92DA-32AB0AF0D2F2.dita">Creating the
@@ -68,8 +72,8 @@
 <li><p><xref href="GUID-210606BE-A36C-4B65-B083-93F71024196C.dita">Setting the
 item selected when the choice list is opened</xref></p></li>
 </ul></section>
-<section><title>Main implementation files</title><p>The implementation file
-for the Choice list API is aknchoicelist.h.</p></section>
+<section id="GUID-6609939C-29EA-405B-9B53-3EF19BAE8230"><title>Main implementation
+files</title><p>The implementation file for the Choice list API is <codeph>aknchoicelist.h</codeph>.</p></section>
 </conbody><related-links>
 <link href="GUID-C29FE12C-C412-40A8-A067-27C63A519D71.dita"><linktext>Choice list
 API description</linktext></link>