Python – wx.MenuBar 中的 FindMenu() 函数
在本文中,我们将学习 wxPython 的 wx.MenuBar 类中的 FindMenu()函数。 FindMenu()函数返回菜单项的索引/位置。 FindMenu()函数只接受一个参数,即菜单项的名称。
Syntax :
Parameter:
Parameter | Input Type | Description |
---|---|---|
title | string | title of menuitem. |
Return Type :
代码示例:
wx.MenuBar.FindMenu(self, title)
输出 :
1.窗口输出:
2.打印输出
int