I'm adding menu items to an appindicator. I don't want them to behave like ordinary menu items: I want them to have normal appearance, but not to respond to mouse hovers and mouse clicks.
How do I go about doing that? Trying to grab the events before gtk gets to them feels brittle - it feels like there should be a better way.