On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTPEG-32 Programming Manual
Introduction
Overview
Windowing Interface Terminology
Screen Coordinates
Palettes and Colors
Class PegScreen
Class PegMessageQueue
Messages
Message Flow and Routing
System Messages
User Defined Messages
Signals
Class PegPresentationManager
Class PegThing
Class Hierarchy
Unicode
Win32 Emulation Library
Programming with RTPEG-32
Screen Drivers
Demo Programs
Utility Programs
RTPEG-32 Reference Manual
RTUSB-32
|
System Messages
System messages are used internally to command objects to perform certain operations. The definition of these messages is determined by RTPEG-32, and RTPEG-32 objects understand what to do when they receive various system messages.
In addition to defining custom messages, it is very common to want to receive and process the system messages that are generated internally. This is sometimes called intercepting a message, because it catches a message that RTPEG-32 has sent to an object and change the interpretation of the message, or even cause the object to ignore the message entirely.
Class PegMessageQueue
Message Flow and Routing
User Defined Messages
|