position-message-window!

Name

position-message-window! -- Move the move/resize message window's GRAVITY point to (X,Y).

Synopsis

(position-message-window! msgwin x y gravity)

Description

Move the move/resize message window's GRAVITY point to (X,Y). GRAVITY can be one of 'nw, 'n, 'ne, 'w, 'center, 'e, 'sw, 's, 'se or spelled-out versions of these. See also `gravity->alignments'.

Implementation Notes

Module: (app scwm message-window)

Defined in scheme/message-window.scm at line 40 (CVS log)