next up previous contents index
Next: 16.3 Standard Module rect Up: 16 Standard Windowing Interface Previous: 16.1.7 Example

16.2 Standard Module stdwinevents

This module defines constants used by STDWIN for event types (WE_ACTIVATE etc.), command codes (WC_LEFT etc.) and selection types (WS_PRIMARY etc.). Read the file for details. Suggested usage is

>>> from stdwinevents import *
>>>



guido@cnri.reston.va.us