Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Introduction to window types

The vast majority of window server applications exist so as to display graphics on the screen. This is done through windows to which the application draws. The window server shares the screen between all windows, taking into account each window’s region (its (x,y) coordinates) and ordinal position (how close to the front of the stack of windows it is).

All windows have an ordinal position, and a parent whose behaviour is defined by the base window class, RWindowTreeNode. This abstract provides behaviour for two quite distinct window types: