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

Method GetButtonsPos

gui/builtinMarketBrowser/pfSearchBox.py:120–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 return False
119
120 def GetButtonsPos(self):
121 btnpos = [
122 (self.searchButtonX, self.searchButtonY),
123 (self.cancelButtonX, self.cancelButtonY)
124 ]
125 return btnpos
126
127 def GetButtonsSize(self):
128 btnsize = []

Callers 2

OnLeftDownMethod · 0.95
OnLeftUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected