I need to draw a image representing a network equipment (switch , router) the items on that image ( ethernet cards ) would need to be listening for "clickable" onOver events.
I managed to draw a basic idea to test with using the drawing area but will not be able to implement listening events on it.
Any sugestions?
Best regards, FR
PS: The test was drawn using a single context.
Edit: I'm using mono c# and it's a gtk# based application.