wxPython – wx.MenuBar 中的 GetMenuLabelText()函数
GetMenuTextLabel()
是GetMenuLabel()
函数的替代方法。就像GetMenuLabel()
函数GeteMenuTextLabel()
函数用于返回菜单栏中存在的菜单标签。 GetMenuTextLabel()
仅在菜单栏中占据菜单的位置。
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.
代码示例:
wx.MenuBar.GetMenuLabelText(self, menuindex)
窗户 :