wxPython| SetMarginWidth() function in wx.MenuItem
In this article we are going to learn about SetMarginWidth() function associated with wx.MenuItem class of wxPython. SetMarginWidth() function sets the width of the menu item checkmark bitmap. It takes only integer parameter, that is, width. Syntax: wx.MenuItem.SetMarginWidth(self, width) Parameters