📌  相关文章
📜  wxPython – wx.MenuBar 中的 GetMenuLabel()函数

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

wxPython – wx.MenuBar 中的 GetMenuLabel()函数

GetMenuLabel()函数是 wxPython 的 wx.MenuBar 类中的另一个函数。 GeteMenuLabel()函数用于返回菜单栏中存在的菜单标签。 GetMenuLabel() 仅在菜单栏中占据菜单的位置。

代码示例:

Python3
wx.MenuBar.GetMenuLabel(self, menuindex)


窗户 :