On 12 Oct 2003 11:04:10 -0400, Robert Huff wrote:
> 
>       In v1 it was possible to move a window cleanly from one page to
> another by iconifying it (clicking the entry in the iconbox), moving
> to the target page, and deiconifying.  This was also useful in
> momentarily reducing screen clutter so that one could, for example,
> find and dismiss a transient. 
>       I'm not wedded to a specific implementation, but would really
> like that functionality (or something close to it) back.

This was answered several times on the mailing list.

Suppose this snippet from fvwm-themes:

  *FvwmIconBox: Mouse 1  Click       FuncFvwmDeiconifyFocusAndRaise
  *FvwmIconBox: Mouse 1  DoubleClick FuncFvwmDeiconifyFocusAndWarp
  *FvwmIconBox: Mouse 2  Click       Iconify
  *FvwmIconBox: Mouse 2  DoubleClick Iconify

  DestroyFunc FuncFvwmDeiconifyFocusAndRaise
  AddToFunc   FuncFvwmDeiconifyFocusAndRaise
  + I Iconify off
  + I Focus
  + I Raise

  DestroyFunc FuncFvwmDeiconifyFocusAndWarp
  AddToFunc   FuncFvwmDeiconifyFocusAndWarp
  + I Iconify off
  + I Focus
  + I WarpToWindow 10p 10p

If you for some reason want the window to be deiconified on the current
page then add "+ I MoveToPage" at the beggining of these functions.

You may also use:

  Style * StickyIcon

Regards,
Mikhael.
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to