MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / ClearState

Method ClearState

gui/builtinShipBrowser/sfBrowserItem.py:105–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return btn
104
105 def ClearState(self):
106 for button in self.buttons:
107 button.SetState()
108 self.hoverLabel = ""
109
110 def MouseMove(self, event):
111 doRefresh = False

Callers 3

OnLeftUpMethod · 0.80
OnEnterWindowMethod · 0.80
OnLeaveWindowMethod · 0.80

Calls 1

SetStateMethod · 0.80

Tested by

no test coverage detected