FVWM: how to make button unpressed while moving off cursor from it

2008-10-31 Thread for.register for.register
Hi,

In fact,  I dont know how to say in in English,  Let me try:

For example , I want to close a window, I press and hold the left mouse
key on the close button . And now I dont want to close the window
so, I move off the cursor from the close button, and release the mouse
key. And I hope the window is still there unclosed. How the configure this?

Thanks in advance.

Walter



Re: FVWM: how to make button unpressed while moving off cursor from it

2008-10-31 Thread Thomas Adam
2008/10/31 for.register for.register [EMAIL PROTECTED]:
 Hi,

 In fact,  I dont know how to say in in English,  Let me try:

 For example , I want to close a window, I press and hold the left mouse
 key on the close button . And now I dont want to close the window
 so, I move off the cursor from the close button, and release the mouse
 key. And I hope the window is still there unclosed. How the configure this?

Do you mean:

Mouse 0 1 A SomeFunction

DestroyFunc SomeFunction
AddToFunc   SomeFunction
+ H Close

-- Thomas Adam