Symbian3/SDK/Source/GUID-1BB546C1-2795-55D9-97B6-AC3F6AB79389-GENID-1-8-1-3-1-1-7-1-7-1.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Wed, 31 Mar 2010 11:11:55 +0100
changeset 7 51a74ef9ed63
permissions -rw-r--r--
Week 12 contribution of API Specs and fix SDK submission

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"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.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-1BB546C1-2795-55D9-97B6-AC3F6AB79389-GENID-1-8-1-3-1-1-7-1-7-1" xml:lang="en"><title>Controls</title><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>In the Symbian platform UI Control Framework, all UI elements (with a few
exceptions) are <keyword>controls</keyword>. A control is a rectangular area
of the screen that may respond to user input events. Buttons, menus, text
input boxes and application views displaying application-specific data are
all examples of controls. </p>
<p>All controls are implemented by deriving from the <codeph>CCoeControl</codeph> class.
Concrete implementations of controls are provided by a user interface library,
or by the application programmer. The control framework itself provides no
concrete controls. </p>
</conbody></concept>