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

Method DrawCancel

python/setupwindow/POL_SetupFrame.py:750–752  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

748 self.Layout()
749
750 def DrawCancel(self):
751 self.CancelButton.Show()
752 self.Layout()
753
754 def DrawNext(self):
755 self.NextButton.Show()

Calls

no outgoing calls

Tested by

no test coverage detected