wxPython - AddSimpleTool() function in wx.ToolBar
In this article we are going to learn about another method in wx.ToolBar class of wxPython, that is, AddSimpleTool() method. AddSimpleTool() is old style method to add a tool to the toolbar. Syntax: wx.ToolBar.AddSimpleTool(self, id, bitmap, shortHelpString="", isToggle=0) Parameters : ParameterInpu