Tagged Questions

3
votes
1answer
707 views

Wxpython: Positioning a menu under a toolbar button

I have a CheckLabelTool in a wx.ToolBar and I want a menu to popup directly beneath it on mouse click. I'm trying to get the location of the tool so I can set the position of the menu, but everything ...