Class GEvent

This class is the abstract superclass of all events for which the graphics library can wait.


Method Summary
get_source()
Returns the source of the event.

Method Detail

get_source()

Returns the object that triggered this event.
Usage: source = e.get_source() 
Returns: The object that triggered this event