Detect right click on Gadgets

Linux specific forum
PureGuy
Enthusiast
Enthusiast
Posts: 102
Joined: Mon Aug 30, 2010 11:51 am

Detect right click on Gadgets

Post by PureGuy »

Hi,

I know how to detect a right-click event on gadgets like ButtonGadget on Windows,
but how to do on Linux?
User avatar
Shardik
Addict
Addict
Posts: 1991
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Detect right click on Gadgets

Post by Shardik »

You may define a callback for a GDK event handler. I have already demonstrated how to implement it in this example which detects a right click into a ListViewGadget.
PureGuy
Enthusiast
Enthusiast
Posts: 102
Joined: Mon Aug 30, 2010 11:51 am

Re: Detect right click on Gadgets

Post by PureGuy »

Thanks Shardik,

it is working great now using GdkEventHandler and PostEvent :D
Post Reply