kep = wx.Bitmap("valami.png", wx.BITMAP_TYPE_ANY) self.bitmapButton = wx.BitmapButton(self, -1, kep) self.bitmapButton.Bind(wx.EVT_BUTTON, self.onClickToggle)