equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-1BB546C1-2795-55D9-97B6-AC3F6AB79389" xml:lang="en"><title>Controls</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
13 <p>In the Symbian platform UI Control Framework, all UI elements (with a few |
|
14 exceptions) are <keyword>controls</keyword>. A control is a rectangular area |
|
15 of the screen that may respond to user input events. Buttons, menus, text |
|
16 input boxes and application views displaying application-specific data are |
|
17 all examples of controls. </p> |
|
18 <p>All controls are implemented by deriving from the <codeph>CCoeControl</codeph> class. |
|
19 Concrete implementations of controls are provided by a user interface library, |
|
20 or by the application programmer. The control framework itself provides no |
|
21 concrete controls. </p> |
|
22 </conbody></concept> |