On Fri, 15 Mar 2002, szonyi calin wrote:
> Hi
> That's what i'll like to do:
> When i press a particular button or border of the
> pager window the pager window should shade(unshade).
>
>
> Is this possible because As far as know the mouse
> bindings are common for all windows.
Define a function that looks something like this
AddToFunc Resize-or-Raise-or-Shade
+ "I" Raise
+ "M" WindowId $w (FvwmPager) Shade
+ "M" WindowId $w (!FvwmPager) Resize
and bind this function to that button (and border element)
//Marcus
>
> Thanks
> Bye
> Calin
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse _at_yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>
> --
> 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 Mar 15 2002 - 17:03:04 GMT