wxPython – wx.MenuItem 中的 IsRadio()函数
在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 IsRadio函数。如果项目是单选按钮(项目),则 IsRadio()函数返回 True。 IsRadio()函数仅对 Radio 项目而不是检查项目返回 True。
IsRadio()函数不需要任何参数。
Syntax:
Parameters:
Return Type:
bool
代码示例:
Python3
wx.MenuItem.IsRadio(Self)
输出:
No parameters are required by IsRadio() function.
输出窗口: