I have this line for my pager:
Style "FvwmPager" Sticky, NoTitle, FixedSize, NoHandles, BorderWidth 7
but still it's possible to resize the window.
The resize operations are defined as:
# the "L" bars
Mouse 1 F A Resize-or-Raise
# the title bar
Mouse 1 T A Move-or-Raise-Maximize
# the rest of the frame
Mouse 1 S A Resize-or-Raise
and:
AddToFunc Resize-or-Raise
+ "I" Raise
+ "M" Resize
have I missed something. Is it because Resize is done via a function in
this case?
I'm using snapshot 20020114
And is it possible to redefine the mousebinding for this particular window
so that the frame can be used for moving the window?
//Marcus
--
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 Fri Feb 01 2002 - 12:20:44 GMT