Symbian3/PDK/Source/GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -1,86 +1,65 @@
-<?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-EF7FF39E-929F-4767-B475-5D582D37BB32" xml:lang="en"><title>Window
-server events</title><prolog><metadata><keywords/></metadata></prolog><conbody>
-<p>Window server events are an important part of the application framework.
-They allow applications to receive information regarding key presses, pointer
-activities, application switches, and focus transitions. </p>
-<p>Every application has at least a <xref href="GUID-FD2CDEB8-0784-4BE5-A775-170F57D71BBC.dita">UI
-controller</xref>, which is the root for all other controls owned by the application.
-When an event occurs under the window server, the window server passes the
-event to the UI controller and possible other controls, depending on the event
-and the architecture of your application.</p>
-<p>For more information on the window server, see <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Graphics-subsystem-guide/WindowServerClientSide/WindowServerGuide1/WindowServerIntroduction.guide.html#WindowServerGuide1%2eintro" format="application/java-archive">Introduction to the window server</xref>.</p>
-<p>The following window server events have a special function:</p>
-<ul>
-<li><p><xref href="GUID-E402616A-7ED8-45AC-B836-99C3A3760B33.dita">Key events</xref></p>
-</li>
-<li><p><xref href="GUID-DD15F24B-0786-4531-A6C5-A5E70EBE2732.dita">Layout
-change events</xref></p>
-</li>
-<li><p><xref href="GUID-3B441CDC-AB7A-4D8D-A595-57C21E1D426C.dita">Foreground
-events</xref></p>
-</li>
-<li><p><xref href="GUID-4D2AA522-82AB-4D1E-9F1E-5C6A35DEF195.dita">Pointer
-events</xref></p>
-</li>
-<li><p><xref href="GUID-868C1A38-3CD0-4082-8106-DC3EE1F815D8.dita">System
-events</xref></p>
-</li>
-<li><p><xref href="GUID-95DD1440-01C9-4997-8DD4-FFD33D7DEAFF.dita">Application-specific
-events</xref></p>
-</li>
-<li><p><xref href="GUID-3729C075-4958-4874-9DD7-02A68D17E043.dita">Other
-window server events</xref></p>
-</li>
-</ul>
-<p>The framework provides different functions to handle each type of event
-separately. You must implement these functions for the events to be handled
-by your application.</p>
-<p> All the window server event types are defined in the <parmname>w32std.h</parmname> header,
-and are as follows:</p>
-<codeblock id="GUID-2F04E088-73B0-4006-903D-4651223E0434" xml:space="preserve">enum TEventCode 
-    { 
-    EEventNull, 
-    EEventKey, 
-    EEventKeyUp, 
-    EEventKeyDown, 
-    EEventModifiersChanged, 
-    EEventPointer, 
-    EEventPointerEnter, 
-    EEventPointerExit, 
-    EEventPointerBufferReady, 
-    EEventDragDrop, 
-    EEventFocusLost, 
-    EEventFocusGained, 
-    EEventSwitchOn, 
-    EEventWindowGroupsChanged, 
-    EEventErrorMessage, 
-    EEventMessageReady, 
-    EEventMarkInvalid, 
-    EEventSwitchOff, 
-    EEventKeySwitchOff, 
-    EEventScreenDeviceChanged, 
-    EEventFocusGroupChanged, 
-    EEventCaseOpened, 
-    EEventCaseClosed, 
-    EEventWindowGroupListChanged, 
-    EEventWindowVisibilityChanged, 
-    EEventKeyRepeat=100, 
-    EEventDirectScreenAccessBegin = 200, 
-    EEventDirectScreenAccessEnd, 
-    EEventHeartbeatTimerStateChange, 
-    EEventUser = 1000, 
-    }; 
-
-</codeblock>
+<?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-EF7FF39E-929F-4767-B475-5D582D37BB32" xml:lang="en"><title>Window
+server events</title><prolog><metadata><keywords/></metadata></prolog><conbody>
+<p>Window server events are an important part of the application framework.
+They allow applications to receive information regarding key presses, pointer
+activities, application switches, and focus transitions. </p>
+<p>Every application has at least a <xref href="GUID-FD2CDEB8-0784-4BE5-A775-170F57D71BBC.dita">UI
+controller</xref>, which is the root for all other controls owned by the application.
+When an event occurs under the window server, the window server passes the
+event to the UI controller and possible other controls, depending on the event
+and the architecture of your application.</p>
+<p>For more information on the window server, see <xref href="GUID-0C4B86B5-530A-5839-86C1-46E7ABE281E0.dita">Introduction
+to the window server</xref>.</p>
+<p>The framework provides different functions to handle each type of event
+separately. You must implement these functions for the events to be handled
+by your application.</p>
+<p> All the window server event types are defined in the <parmname>w32std.h</parmname> header,
+and are as follows:</p>
+<codeblock id="GUID-2F04E088-73B0-4006-903D-4651223E0434" xml:space="preserve">enum TEventCode 
+    { 
+    EEventNull, 
+    EEventKey, 
+    EEventKeyUp, 
+    EEventKeyDown, 
+    EEventModifiersChanged, 
+    EEventPointer, 
+    EEventPointerEnter, 
+    EEventPointerExit, 
+    EEventPointerBufferReady, 
+    EEventDragDrop, 
+    EEventFocusLost, 
+    EEventFocusGained, 
+    EEventSwitchOn, 
+    EEventWindowGroupsChanged, 
+    EEventErrorMessage, 
+    EEventMessageReady, 
+    EEventMarkInvalid, 
+    EEventSwitchOff, 
+    EEventKeySwitchOff, 
+    EEventScreenDeviceChanged, 
+    EEventFocusGroupChanged, 
+    EEventCaseOpened, 
+    EEventCaseClosed, 
+    EEventWindowGroupListChanged, 
+    EEventWindowVisibilityChanged, 
+    EEventKeyRepeat=100, 
+    EEventDirectScreenAccessBegin = 200, 
+    EEventDirectScreenAccessEnd, 
+    EEventHeartbeatTimerStateChange, 
+    EEventUser = 1000, 
+    }; 
+
+</codeblock>
+<p>The following window server events have a special function:</p>
 </conbody></concept>
\ No newline at end of file