1 Apr 2010 18:03
Re: launch application in systray : open menu with mouse above, without clicking
Duflot Jean-Luc <jl.duflot <at> laposte.net>
2010-04-01 16:03:27 GMT
2010-04-01 16:03:27 GMT
Well, I received no answer to my question ((Continue reading)Maybe it is so simple that I should find the solution by myself ; but if I am asking it, it's because I don't know how to get it... May be my question is not clear. So I reformulate it : I would like the awesome menu appears when the mouse cursor is above the menu widget (without clicking), and disappears when it moves away. How to combine the " add_signal("mouse::enter", function () " with the awesome menu widget ? Thanks for your answer ! Jean-Luc Le 25/03/2010 11:58, Duflot Jean-Luc a écrit : > > I tried several things to display the awesome menu only when the mouse > goes above its icon (without click on it), but no one works. > > I have two things working well : > > 1) a widget icon from where, if the mouse goes above, the apwal > application is launched, which displays itself a set of application > icons that I can click on to launch one of them : > > wmdrawericon = widget({ type = "imagebox" }) > wmdrawericon.image = image(beautiful.widget_drawer) > wmdrawericon:add_signal("mouse::enter", function ()
Maybe it is so simple that I should find the solution by myself ; but if
I am asking it, it's because I don't know how to get it...
May be my question is not clear. So I reformulate it :
I would like the awesome menu appears when the mouse cursor is above the
menu widget (without clicking), and disappears when it moves away. How
to combine the " add_signal("mouse::enter", function () " with the
awesome menu widget ?
Thanks for your answer !
Jean-Luc
Le 25/03/2010 11:58, Duflot Jean-Luc a écrit :
>
> I tried several things to display the awesome menu only when the mouse
> goes above its icon (without click on it), but no one works.
>
> I have two things working well :
>
> 1) a widget icon from where, if the mouse goes above, the apwal
> application is launched, which displays itself a set of application
> icons that I can click on to launch one of them :
>
> wmdrawericon = widget({ type = "imagebox" })
> wmdrawericon.image = image(beautiful.widget_drawer)
> wmdrawericon:add_signal("mouse::enter", function ()
RSS Feed