In this commit:

AbsLeft and AbsTop now can take arguments:

AbsLeft(10) sets the absolute left co-ordinate of a window to 10 pixels, for
example.

GetEvent(name) will return the coderef for the specified NEM event handler.
"name" should be an event name like "Resize".

SetEvent(name, handler) will set the coderef for the specified NEM event
handler. "name" should be an event name, and "handler" should be a code
reference to a subroutine that will handle the event. You can use this to
change event handlers to something else if you need to.

Steve.


Reply via email to