abstract class $TK_EVENT
****
Events consist of
___Event_+_modifiers_+_detail
Events fall into three categories
___standard_events_(EVENT)
___mouse_button_events_(BUTTON_EVENT)
___keyboard_events_(KEY_EVENT)
All types of events share the same set of modifiers in common but different types of detail and actual events Modifiers are essentially preconditions that must be satisfied along with the event.


Descendants
TK_EVENT TK_KEY_EVENT TK_BUTTON_EVENT



Public


Features
cb_str: STR;
**** String used to specify information for the callback Not yet specified for all events
str: STR;
**** String that specifies the event to tk

The Sather Home Page