|
Class: PopUpListController
Object
|
+--Controller
|
+--ButtonController
|
+--PopUpListController
- Package:
- stx:libwidg
- Category:
- Interface-Support-Controllers
- Version:
- rev:
1.17
date: 2021/01/20 14:38:24
- user: cg
- file: PopUpListController.st directory: libwidg
- module: stx stc-classLibrary: libwidg
redefined the behavior on various keys if my view has the focus.
copyrightCOPYRIGHT (c) 1995 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.
event handling
-
buttonPress: button x: x y: y
-
redefined to not send any change message to the model when
pressed (this is done by the popped menu)
-
keyPress: key x: x y: y
-
pull menu on Return and space, if I am the focusView of my group
(i.e. if I got an explicit focus)
|