diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-DAB4EE70-5F84-5AFA-B95B-A433695251F8.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-DAB4EE70-5F84-5AFA-B95B-A433695251F8.dita Fri Jun 11 12:39:03 2010 +0100 @@ -0,0 +1,39 @@ + + + + + +Simple: +simple window system +
Description

Simple creates +two windows: a main window which has nothing drawn to it, and a smaller window +with a border and two diagonal lines. The main window is the parent of the +smaller window.

+
Download

Click +on the following link to download the example: simple.zip

Click: browse to view the example code.

+
Classes defined
    +
  • CMainWindow: +An empty window. Just draws itself.

  • +
  • CSmallWindow: +A small window which draws itself with a square border around the edges of +the window, and two diagonal lines between the corners.

  • +
  • CExampleWsClient: +Derived from CWsClient. Owns the CMainWindow and +the CSmallWindow. Processes key and pointer events.

  • +
+
Class Summary

RWsSession

RWindowGroup

CWindowGc

CWsScreenDevice

TRect

RWindowHandle

TWsEvent

+
Types used
    +
  • CWindowGc: +Window graphics context. Required when drawing to a window.

  • +
  • struct TPointerEvent: +Pointer event details

  • +
  • struct TKeyEvent: +Key event details

  • +
+
\ No newline at end of file