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

Method SetPosition

gui/builtinShipBrowser/sfBrowserItem.py:97–98  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

95 self.hoverLabel = ""
96
97 def SetPosition(self, pos):
98 self.toolbarX, self.toolbarY = pos
99
100 def AddButton(self, btnBitmap, label="", clickCallback=None, hoverBitmap=None, disabledBitmap=None, show=True):
101 btn = PFBaseButton(btnBitmap, label, clickCallback, hoverBitmap, disabledBitmap, show)

Callers 9

UpdateElementsPosMethod · 0.45
DrawItemMethod · 0.45
AdjustControlSizePosMethod · 0.45
ShowLoadingMethod · 0.45
RefreshListMethod · 0.45
DrawItemMethod · 0.45
MouseMoveMethod · 0.45
DrawItemMethod · 0.45
AdjustControlSizePosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected