Re: FVWM: MouseOver/Focus event handler?

From: Tim Phipps <tim_at_quadrics.com>
Date: Tue, 14 Dec 1999 13:46:52 +0000

Brennan Cropper wrote:

> versions of FVWM? I've studied the man pages, but can't find a mouse
> over or focus event handler hook.
>
The module FvwmEvent can be used as a focus event hook. Together with
the PassID option and the WindowId command you can build quite
sophisticated behaviour.
Try this in your .fvwm2rc file, the 1150 number is because my screen is
1152 pixels wide, this leaves two pixels of FvwmIconMan visible.

*FvwmEventPassId
*FvwmEvent focus_change my_focusevent

DestroyFunc my_focusevent
AddToFunc my_focusevent I WindowId $0 (!FvwmIconMan) AnimatedMove -1150p
0p
+ I WindowId $0 (FvwmIconMan) AnimatedMove 0 0

AddToFunc StartFunction I FvwmEvent
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Dec 14 1999 - 07:48:01 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:02 BST