stdwinevents -- Python library reference



Next: rect Prev: stdwin Up: Standard Windowing Interface Top: Top

15.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 *

>>>



Next: rect Prev: stdwin Up: Standard Windowing Interface Top: Top