Re: FVWM: How to move window to the next page?

From: Brad Giaccio <bgiaccio_at_psrw.com>
Date: Tue, 16 Feb 1999 14:12:50 -0500

On Tue, Feb 16, 1999 at 07:14:30PM +0100, Meik Hellmund wrote:
>
> Hello,
>
> I'd like to have a function (connected to a button) which moves
> a window to the next page. I tried something like
>
> AddToFunc move-to-next-page
> + "I" Scroll 100000 0
> + "I" WindowId $w MoveToPage
>
> in fvwm-2.1.10, but it doesn't work. The viewpoint switches, but the window
> stays on the old page.
>

You can do
AddToFunc move-to-right-page
+ "I" Move w+100 w
AddToFunc move-to-left-page
+ "I" Move w-100 w

the first arg is x and the second is y the integer by default is a
percentage, if you want the pointer to move with the window add Warp as
the last arg of Move. Try doing man fvwm2, and look for Move it gives a
better explination and examples.

-- 
--- There are two kinds of knowledge, you either know the answer or
			you know where to find it
		      -Kane, Johnson, and anonymous
--
Visit the official FVWM web page at <URL: http://fvwm.math.uh.edu/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Feb 16 1999 - 13:13:30 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:02 BST