Dropdown menu in wx.Toolbar

Is it possible to add dropdown menu to wx.Toolbar button like on picture

5cd7295ddc723605572215.png

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