On Thu, Apr 28, 2005 at 05:18:35 +0200, Bambero wrote:
>Hm .. But when i add it after:
>
>Mouse 1 WT A Raise
>
>Raise doesn't works
>
>Is it possible to add this functions together ?

In this case you need to combine many actions in a single function:

Mouse 1 T A FuncMoveOrRaise
Mouse 1 W A Raise

DestroyFunc FuncMoveOrRaise
AddToFunc FuncMoveOrRaise
+ C Raise # C = Click, M = Move, D = double click, H = hold
+ M Move

There's an excellent beginner's guide in
http://www.zensites.net/fvwm/guide/ . I recommend, that covers this
topic well.

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to