wxPython – wx.MenuBar 中的 SetHelpString()函数
在本文中,我们将学习 wxPython 中 wx.MenuBar 类的另一个函数,即 SetHelpString()。设置帮助字符串将帮助字符串与进一步用于各种目的的菜单项相关联。
Syntax :
Parameter :
Parameter | Input Type | Description |
---|---|---|
id | int | Menu item identifier. |
helpString | string | Help string to associate with the menu item. |
代码示例:
wx.MenuBar.SetHelpString(self, id, helpString)
输出 :
在评论中写代码?请使用 ide.geeksforgeeks.org,生成链接并在此处分享链接。