📜  wxPython | Python中的 InsertSimpleTool()函数

📅  最后修改于: 2022-05-13 01:55:44.758000             🧑  作者: Mango

wxPython | Python中的 InsertSimpleTool()函数

在本文中,我们将学习与 wxPython 的 wx.ToolBar 类关联的 InsertSimpleTool()函数。 InsertSimpleTool()函数是另一种在工具栏中插入工具的旧式方法。 InsertSimpleTool()函数将具有指定属性的工具插入到工具栏的给定位置。

代码示例 1:

Python3
wx.ToolBar.InsertSimplTool(self, pos, toolId, bitmap, shortHelpString="", longHelpString="", isToggle=0)


输出 :
在点击个人资料图标之前:

单击个人资料图标后: