wxPython - SetToolLongHelp() function in wx.ToolBar
In this article we are going to learn about SetToolLongHelp() function associated with the wx.ToolBar class of wxPython. SetToolLongHelp() sets the long help for the given tool. SetToolLongHelp() takes toolId and helpString as arguments. Syntax: wx.ToolBar.SetToolLongHelp(self, toolId, helpString) P