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

Method OnSizeUpdate

gui/builtinShipBrowser/raceSelector.py:102–107  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

100 self.SetCursor(wx.Cursor(wx.CURSOR_ARROW))
101
102 def OnSizeUpdate(self, event):
103 self.CalcButtonsBarPos()
104
105 self.Refresh()
106
107 event.Skip()
108
109 def CalcButtonsBarPos(self):
110

Callers

nothing calls this directly

Calls 2

CalcButtonsBarPosMethod · 0.95
RefreshMethod · 0.45

Tested by

no test coverage detected