wxPython – wx.MenuItem 中的 SetHelp()函数
在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 SetHelp()函数。 SetHelp()函数仅用于设置与菜单项关联的帮助字符串。 SetHelp()函数仅将帮助字符串作为参数。
Syntax:
Parameters:
Parameter | Input Type | Description |
---|---|---|
helpString | string | help string you want to associate with menuitem. |
代码示例:
wx.MenuItem.SetHelp(self, helpString)
输出: