做一个这样的功能:
DestroyFunc callFvwmButtons
AddToFunc callFvwmButtons
+ I All (YOURFVWMBUTTONNAME) Close
+ I TestRc Module YOURFVWMBUTTONNAME
然后
Key F1 A N callFvwmButtons
All (AAFvwmButton) Close //关掉所有叫AAFvwmButton
TestRc Module YOURFVWMBUTTONNAME //测试上面的测试返回值,如果没有叫AAFvwmButton的窗口存在,就执行这一句。参见manfvwm,conditional command一段。