Is it possible to add dropdown menu to wx.Toolbar button like on picture
Yes. See wx.ToolBar.SetDropdownMenu
https://docs.wxpython.org/wx.ToolBar.html#wx.ToolBar.SetDropdownMenu
···
On Sunday, May 12, 2019 at 3:13:39 PM UTC-7, Zickfor wrote:
Is it possible to add dropdown menu to wx.Toolbar button like on picture
–
Robin