|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). --> |
|
3 <!-- All rights reserved. --> |
|
4 <!-- This component and the accompanying materials are made available --> |
|
5 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
6 <!-- which accompanies this distribution, and is available --> |
|
7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
8 |
|
9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
11 <component baseComponent="com.nokia.sdt.series60.CCoeControlBase" |
|
12 friendlyName="Grid" |
|
13 abstract="true" |
|
14 qualifiedName="com.nokia.sdt.series60.CAknGrid" |
|
15 category="Basic" |
|
16 instanceNameRoot="grid" |
|
17 version="1.0"> |
|
18 <documentation> |
|
19 <information>A Series 60 two-dimensional grid control.</information> |
|
20 <wizardDescription>A grid takes up the whole screen and can display images in a two-dimensional grid.</wizardDescription> |
|
21 </documentation> |
|
22 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" |
|
23 className="CAknGrid" classHelpTopic="" |
|
24 resourceType="GRID" resourceHelpTopic="" /> |
|
25 <designerImages |
|
26 smallIconFile="CAknGrid_sm.png" |
|
27 largeIconFile="CAknGrid.png" |
|
28 thumbnailFile="grid_tn.png"/> |
|
29 <attributes> |
|
30 <attribute key="is-top-level-only-layout-object">true</attribute> |
|
31 <attribute key="is-exclusive-child-layout-object">true</attribute> |
|
32 <attribute key="is-non-resizable-or-moveable-layout-object">true</attribute> |
|
33 <attribute key="is-initial-content">true</attribute> |
|
34 </attributes> |
|
35 </component> |
|
36 </componentDefinition> |