wxPython - GetKind() function in wx.MenuItem
In this article we are going to learn about GetKind() function associated with the wx.MenuItem class of wxPython. GetKind function simply returns the item kind, one of ITEM_SEPARATOR, ITEM_NORMAL, ITEM_CHECK or ITEM_RADIO. It takes no parameters. Syntax: wx.GetKind(self) Parameters: No parameters ar