Wing Tung Leung wrote:
>
> When I try to resize a shaded window, it starts the resize operation
> with the original size. The new windows dimensions will only be visible
> when it's unshaded. Wouldn't it be more userfriendly if resizing a
> shaded window automaticly changes it into a unshaded state with the
> chosen dimension?
You can write a functions to do this:
AddToFunc my_resize I WindowShade False
+ I Resize
If you already have the Resize in a function you can just put the
Windowshade line before it.
It's a bad idea for fvwm commands to do anything more complex than
necessary, it loses flexibility and make it much harder to test which
means bugs creep in.
Cheers,
Tim.
>
> Thanks again to all the people who contribute to fvwm2.
>
> Tung
> --
> 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.
--
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 Jun 16 2000 - 03:13:57 BST