def SetBitmap(self, bitmap): """ Set bitmap to use for button @param bitmap: Name of bitmap to use for button """ # Get wx.Bitmap object corresponding to bitmap self.Bitmap = GetBitmap(bitmap)