Hi,
I cannot see a separator, though it adds spaces between tools. What am I doing wrong?
Here is a code below
self.toolbar.AddLabelTool(wx.ID_REDO, "redo", wx.Bitmap("./icons/edit-redo.png"))
self.toolbar.AddSeparator()
Also what is difference between AddLabelTool() and AddSimpleTool() ?