Commit graph

4 commits

Author SHA1 Message Date
Dirk Meyer
0c1ab4538d - cleanup ADDITIONAL_LIB_DIRS 2009-07-05 10:37:52 +00:00
Dirk Meyer
eece9996df - add direct dependency on X11
- fix buiuld for custom LOCALBASE
Reported by:	QAT
2009-06-05 09:54:52 +00:00
Dirk Meyer
be37c96bb5 - udpate to 0.4.1 2009-03-20 09:15:46 +00:00
Dirk Meyer
2bbc1b96c4 Corner is a simple 'hot-corners' implementation. It instantiates a
CornerDelegate object and sends it messages of the form -enterTopLeft and
-exitTopLeftAfter: for each corner, where the exit message takes the number of
seconds the mouse spent in that corner as an argument.

The delegate simply ignores these messages by default.  A category on this
object, however, can be provided.  If you store a Smalltalk script in the
"CornerScript" default as a string object then this will be loaded
automatically and compiled.  If this contains a category on CornerDelegate then
the Smalltalk implementation will be called instead.  A trivial example might
log a message when the corner was entered was called:

$ defaults write Corner CornerScript \
"CornerDelegate extend [ enterTopLeft [ 'Script called' log. ] ]"

WWW: http://www.etoile-project.org/
2008-11-29 12:22:00 +00:00