Hi there,

On 14 Apr 2003 at 19:44:20 +0000, Mikhael Goikhman wrote:

>   AddToFunc enter_handler
>   + I autohide FvwmTaskBar 500 SW
>   #            ^           ^   ^
>   #            |           |   |___  Shade direction (optional)
>   #            |           |_______  Hide delay
>   #            |___________________  Unique window name/resource
> 
>   AddToFunc autohide
>   + I ThisWindow ($0) Deschedule $[w.id]
>   + I ThisWindow ($0, shaded) WindowShade off
>   + I Cond (!Match) All ($0, !shaded) autohide_hide $1 $2
> 
>   AddToFunc autohide_hide
>   + I Deschedule $[w.id]
>   + I Schedule $0 $[w.id] WindowShade $1
> 
>   AddToFunc StartFunction
>   + I Module FvwmAuto FvwmAutohide -menter enter_handler

What does "FvwmAutohide" do? The latest cvs version of the FvwmAuto
man page says only:

Module FvwmAuto Timeout [-passid] [-menter|-menterleave|-mfocus] [EnterCommand 
[LeaveCommand]]

BTW: Your solution requires that the autohide window is visible, 
     doesn't it?

Regards, Uwe
-- 
  ,_,  Uwe Pross
 (O,O) mailto:[EMAIL PROTECTED]
 (   ) http://www.tu-chemnitz.de/~uwp
=-"-"-================================
--
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