On Wed, Apr 23, 2003 at 12:55:36PM +0200, Ploum wrote:
> Hi,
> 
> I have a fvwmbutton like this :
> 
> *fvwmbuttons: (icon tiny/kmidi.png \
                                   ^^^

You should add a ',' here.

>                 Panel(position top,right,delay 0,UseOld,NoClose) \
>                 "LongPlayer")
> 
> it works great, it hide/unhide the longplayer window.
> But I want to do this only with the left mouse button.
> I look to add another action for the right mouse button : minimize xmms.
> 
> I look in the manual, but the option [mouse n] is only available to
> "action", not to panel. 
> 
> How can I doing such feature ?

Do use "action":

  *fvwmbuttons: \
    (icon tiny/kmidi.png, \
     Panel(position top,right,delay 0,UseOld,NoClose) "LongPlayer", \
     Action (Mouse 3) "All (xmms) iconify on")

Bye

Dominik ^_^  ^_^
--
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