MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / UpdateGaugePos

Method UpdateGaugePos

python/mainwindow.py:504–509  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

502 self.dirtyHack.SetSize((50, 1))
503
504 def UpdateGaugePos(self):
505 if (os.environ["POL_OS"] == "Mac"):
506 hauteur = 2
507 else:
508 hauteur = 6
509 self.jauge_update.SetPosition((self.GetSize()[0] - 100, hauteur))
510
511 def SetupWindowTimer_SendToGui(self, recvData):
512 recvData = recvData.split("\t")

Callers 1

ResizeWindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected