wxPython – wx.MenuItem 中的 IsSubMenu()函数
在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 IsSubMenu()函数。如果项目是子菜单,IsSubMenu()函数只返回 True,如果项目不是子菜单,则返回 False。
IsSubMenu()函数不需要任何参数。
Syntax:
Parameters:
Return Type:
bool
代码示例:
wx.MenuItem.IsSubMenu(self)
输出:
No parameters are required by IsSubMenu() function.
输出窗口: