| immutable class TK_KEY_EVENT < $TK_EVENT |
|---|
| **** | Keyboard key related events. Can be used to indicate pressing a particular key. Eg:
___TK_KEY_EVENT::Press.Return__Hit_the_return_key ___TK_KEY_EVENT::Release.Tab___Release_the_tab_key ___TK_KEY_EVENT::Press+'c'_____Hit_the_character_"c" |
| $TK_EVENT |
| 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 |