Symbian3/SDK/Source/GUID-5944FFF1-79C6-4F5E-95C8-F4833AFC64AB.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Thu, 11 Mar 2010 15:24:26 +0000
changeset 2 ebc84c812384
parent 0 89d6a7a84779
permissions -rw-r--r--
week 10 bug fix submission: Bug 1892, Bug 1897, Bug 1319. Also 3 or 4 documents were found to contain code blocks with SFL, which has been fixed. Partial fix for broken links, links to Forum Nokia, and the 'Symbian platform' terminology issues.

<?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-5944FFF1-79C6-4F5E-95C8-F4833AFC64AB" xml:lang="en"><title>Controls</title><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>The term <i>control</i> refers to a rectangular area of the display
that may respond to user input events. A control provides a means of access
to a window, which means it can be drawn onto the window and receive input.</p>
<p>Controls are derived from <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/reference/reference-cpp/Control_Environment/CCoeControlClass.html" format="application/java-archive"><parmname>CCoeControl</parmname></xref>.</p>
<p>Examples of controls include:</p>
<ul>
<li><p>buttons</p></li>
<li><p>menus</p></li>
<li><p>text edit boxes</p></li>
<li><p>main panes that display application specific data</p>
</li>
</ul>
<p>For more information on controls, see:</p>
<ul>
<li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/index.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2etoc" format="application/java-archive">Controls</xref></p></li>
<li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/WindowOwningControls.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2eWindowOwningControls" format="application/java-archive">Window-owning controls and non-window-owning controls</xref></p></li>
<li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/RunTimeControlHierarchy.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2ehierarchy" format="application/java-archive">The run-time control hierarchy</xref></p>
</li>
<li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkOverview.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkOverview%2emain" format="application/java-archive">UI Control Framework overview</xref></p>
</li>
</ul>
<p>For information on controls and event handling, see <xref href="GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita">Window
server events</xref>.</p>
<p>For more information on implementing controls in different architecture
approaches see:</p>
<ul>
<li><p><xref href="GUID-B5DE1C86-2B16-4B22-887F-7079E54A8ED6.dita">Traditional
Symbian UI application architecture</xref> </p>
</li>
<li><p><xref href="GUID-68B999C2-0993-4804-9624-42C3D88BE5C7.dita">View
architecture</xref></p>
</li>
<li><p><xref href="GUID-DD88DD7B-E246-4BF2-B537-5C677728CC49.dita">Dialog
architecture</xref></p>
</li>
</ul>
<p>This section comprises:</p>
<ul>
<li><p><xref href="GUID-352850A9-227F-45DB-8DCD-C6268954B4ED.dita">Window
owning and non-window owning controls</xref></p>
</li>
<li><p><xref href="GUID-40CA47C0-76F9-42FE-AF9D-0B1BF42ACCB7.dita">Compound
controls</xref></p>
</li>
<li><p><xref href="GUID-F3262DF6-39CA-4E96-AD0E-C1FFDE9B0A61.dita">Commonly
used controls</xref></p>
</li>
</ul>
</conbody></concept>