immutable class TK_EVENT < $TK_EVENT
****
Standard mouse and window events Eg: TK_EVENT::Widget_enter
_____TK_EVENT::Widget_enter.Control
______________(enter_a_widget_when_the_control_button_is_pressed)
_____TK_EVENT::Visibility.Mouse_1(when_a_widget_becomes_visible_and_
_________________mouse_button_1_is_pressed)


Flattened version is here

Ancestors
$TK_EVENT



Public


Features
Destroy: SAME
Expose: SAME
Leave: SAME
Motion: SAME
Visibility: SAME
Widget_enter: SAME
**** Not enter key!
cb_str: STR
**** Return the callback specification string. Use the default string until strings have been provided for all event types


Private

cb(s: STR): SAME
**** Set the callback string for this event (void otherwise)
attr cb_stored: STR;
**** String used to get the callback info from the widget
attr cb_stored: STR;
**** String used to get the callback info from the widget

The Sather Home Page