Hi everybody,

I have been trying to get this:

---
# Shrink/Enlarge Horizontal/Vertical 
Key minus     W 4     Resize w+0p  w-70p 
Key minus     W 4S    Resize w-70p w+0p 
Key plus      W 4     Resize w+0p  w+70p 
Key plus      W 4S    Resize w+70p w+0p
---

Into a function. I have tried:

---
DestroyFunc     F-Resize
AddToFunc       F-Resize
+ I Resize w$1p w$2p
+ I WarpToWindow 50 50

# Shrink/Enlarge Horizontal/Vertical
Key minus       W 4     F-Resize  +0 -70
Key minus       W 4S    F-Resize -70  +0
Key plus        W 4     F-Resize  +0 +70
Key plus        W 4S    F-Resize +70  +0
---

The function works in these cases:

---
Key minus       W 4     F-Resize  +0 -70
Key plus        W 4     F-Resize  +0 +70
---

And it does not in these cases:

---
Key minus       W 4S    F-Resize -70  +0
Key plus        W 4S    F-Resize +70  +0
---

I would very much appreciate if you could give me some hints in what I
am doing wrong. 

Best 2010-fvwm wishes to all!

---
fvwm 2.5.28 compiled on Dec  9 2009 at 15:04:19
with support for: ReadLine, RPlay, Stroke, XPM, PNG, SVG, Shape, XShm,
SM, Xinerama, XRender, XCursor, XFT, NLS


-- 
Mimosinnet
Linux User: #463211
41:24:51N (41.4141) 2:11:24E (2.1902)



Reply via email to