MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / RestoreEditButton

Method RestoreEditButton

gui/builtinShipBrowser/fitItem.py:448–451  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

446 wx.PostEvent(self.mainFrame, FitSelected(fitID=self.fitID))
447
448 def RestoreEditButton(self):
449 self.tcFitName.Show(False)
450 self.renameBtn.SetBitmap(self.renameBmp)
451 self.Refresh()
452
453 def UpdateElementsPos(self, mdc):
454 rect = self.GetRect()

Callers 6

editLostFocusMethod · 0.95
editCheckEscMethod · 0.95
copyBtnCBMethod · 0.95
renameBtnCBMethod · 0.95
deleteBtnCBMethod · 0.95
MouseLeftUpMethod · 0.95

Calls 3

RefreshMethod · 0.95
SetBitmapMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected