Symbian3/SDK/Source/GUID-5944FFF1-79C6-4F5E-95C8-F4833AFC64AB.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     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-5944FFF1-79C6-4F5E-95C8-F4833AFC64AB" xml:lang="en"><title>Controls</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p>The term <i>control</i> refers to a rectangular area of the display
       
    14 that may respond to user input events. A control provides a means of access
       
    15 to a window, which means it can be drawn onto the window and receive input.</p>
       
    16 <p>Controls are derived from <parmname>CCoeControl</parmname>.</p>
       
    17 <p>Examples of controls include:</p>
       
    18 <ul>
       
    19 <li><p>buttons</p></li>
       
    20 <li><p>menus</p></li>
       
    21 <li><p>text edit boxes</p></li>
       
    22 <li><p>main panes that display application specific data</p>
       
    23 </li>
       
    24 </ul>
       
    25 <p>For more information on controls, see:</p>
       
    26 <ul>
       
    27 <li><p><xref href="GUID-352850A9-227F-45DB-8DCD-C6268954B4ED.dita">Window-owning
       
    28 controls and non-window-owning controls</xref></p></li>
       
    29 <li><p><xref href="GUID-E244744F-4837-5B46-8E37-4666A28BF0B7-GENID-1-8-1-3-1-1-7-1-7-1-5-1.dita">The
       
    30 run-time control hierarchy</xref></p></li>
       
    31 <li><p><xref href="GUID-37E8A48E-09B8-5958-9263-B33EDAE3F7C6-GENID-1-8-1-3-1-1-7-1-3-1.dita">UI
       
    32 Control Framework overview</xref></p></li>
       
    33 </ul>
       
    34 <p>For information on controls and event handling, see <xref href="GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita">Window
       
    35 server events</xref>.</p>
       
    36 <p>For more information on implementing controls in different architecture
       
    37 approaches see:</p>
       
    38 <ul>
       
    39 <li><p><xref href="GUID-B5DE1C86-2B16-4B22-887F-7079E54A8ED6.dita">Traditional
       
    40 Symbian UI application architecture</xref> </p>
       
    41 </li>
       
    42 <li><p><xref href="GUID-68B999C2-0993-4804-9624-42C3D88BE5C7.dita">View
       
    43 architecture</xref></p>
       
    44 </li>
       
    45 <li><p><xref href="GUID-DD88DD7B-E246-4BF2-B537-5C677728CC49.dita">Dialog
       
    46 architecture</xref></p>
       
    47 </li>
       
    48 </ul>
       
    49 <p>This section comprises:</p>
       
    50 </conbody></concept>