|
Class: LinkButtonController
Object
|
+--Controller
|
+--ButtonController
|
+--LinkButtonController
- Package:
- stx:libwidg2
- Category:
- Interface-Support-Controllers
- Version:
- rev:
1.6
date: 2021/01/20 14:39:58
- user: cg
- file: LinkButtonController.st directory: libwidg2
- module: stx stc-classLibrary: libwidg2
see info in LinkButton
copyrightCOPYRIGHT (c) 2009 by eXept Software AG
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.
accessing
-
lastMousePoint
-
event handling
-
buttonMotion: buttonState x: x y: y
-
-
buttonPress: button x: x y: y
-
(comment from inherited method)
simulate momentary loss of focus to force accept into models in other components
-
buttonRelease: button x: x y: y
-
(comment from inherited method)
button was released - if enabled, perform releaseaction
-
pointerEnter: buttonState x: x y: y
-
(comment from inherited method)
mouse pointer entered my view.
Redraw with enteredColors if they differ from the normal colors
-
pointerLeave: buttonState
-
(comment from inherited method)
mouse pointer left my view.
Redraw with normal colors if they differ from enteredColors
|