|
Class: EventMonitor
Object
|
+--Model
|
+--ApplicationModel
|
+--EventMonitor
- Package:
- stx:libtool
- Category:
- Interface-Tools-Monitors
- Version:
- rev:
1.52
date: 2023/07/06 15:13:12
- user: cg
- file: EventMonitor.st directory: libtool
- module: stx stc-classLibrary: libtool
like xev - show events.
You can use this to check your keyboard mappings, for example.
start with:
EventMonitor open
and watch the output on the xterm/console.
copyrightCOPYRIGHT (c) 1991 by Claus Gittinger
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
defaultExtent
-
-
defaultLabel
-
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:EventMonitor andSelector:#windowSpec
EventMonitor new openInterface:#windowSpec
EventMonitor open
|
menu specs
-
mainMenu
-
This resource specification was automatically generated
by the MenuEditor of ST/X.
Usage example(s):
MenuEditor new openOnClass:EventMonitor andSelector:#mainMenu
(Menu new fromLiteralArrayEncoding:(EventMonitor mainMenu)) startUp
|
aspects
-
eventMonitorView
-
-
outputSelector
-
-
outputSelectorChanged
-
-
postBuildWith: aBuilder
-
(comment from inherited method)
this is sent after an interface is built from a spec,
but only iff the appModel is not the same as the topView's app
(i.e. if it is not a build for the same appModel again).
In the other case, postBuildAsSubcanvasWith is invoked.
Can be redefined in subclasses for additional setup after
the view has been built, but not yet opened.
-
showButtonMotionEvents
-
-
showButtonMotionEvents: aBoolean
-
-
showButtonPressReleaseEvents
-
-
showButtonPressReleaseEvents: aBoolean
-
-
showFocusEvents
-
-
showFocusEvents: aBoolean
-
-
showKeyEvents
-
-
showKeyEvents: aBoolean
-
-
showPointerEvents
-
-
showPointerEvents: aBoolean
-
-
showTimestamp
-
-
showTimestamp: aBoolean
-
menu actions
-
openAboutThisApplication
-
This method was generated by the Browser.
It will be invoked when the menu-item 'help-about' is selected.
-
openDocumentation
-
Called when <F1> is pressed
-
openModalBox
-
EventMonitorView
|