wxPython – wx.MenuBar 中的 GetMenuLabel()函数
GetMenuLabel()函数是 wxPython 的 wx.MenuBar 类中的另一个函数。 GeteMenuLabel()函数用于返回菜单栏中存在的菜单标签。 GetMenuLabel() 仅在菜单栏中占据菜单的位置。
Syntax :
Parameters : Parameter Input Type Description pos int Position of the menu on the menu bar, starting from zero.
Returns : The menu label, or the empty string if the menu was not found.
代码示例:
Python3
wx.MenuBar.GetMenuLabel(self, menuindex)
窗户 :