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

Method resetSetupWindow

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

Source from the content-addressed store, hash-verified

257 return image.ConvertToBitmap()
258
259 def resetSetupWindow(self):
260 self.footer.Show()
261 self.Result = None
262 self.header.Hide()
263 self.leftImage.Hide()
264 self.CancelButton.Hide()
265 self.NextButton.Hide()
266 self.NoButton.Hide()
267 self.YesButton.Hide()
268 self.browse.Hide()
269 self.browse_text.Hide()
270 self.browse_image.Hide()
271 self.champ.Hide()
272 self.bigchamp.Hide()
273 self.texte.Hide()
274 self.texte_bis.Hide()
275 self.texteP.Hide()
276 self.titre.Hide()
277 self.Menu.Hide()
278 self.MenuGames.Hide()
279 self.scrolled_panel.Hide()
280 self.gauge.Hide()
281 self.txtEstimation.Hide()
282 self.texte_panel.Hide()
283 self.MCheckBox.Hide()
284 self.NCheckBox.Hide()
285 self.PCheckBox.Hide()
286 self.NextButton.Enable(True)
287 self.login.Hide()
288 self.loginbox.Hide()
289 self.password.Hide()
290 self.passbox.Hide()
291 self.register.Hide()
292 self.WaitButton.Hide()
293 self.MCheckBox.SetValue(False)
294 self.NCheckBox.SetValue(False)
295 self.PCheckBox.SetValue(False)
296 self.animation.Hide()
297 self.Timer_animate = False
298 self.debugImage.Hide()
299 self.debugZone.Hide()
300 self.presentationPanel.Hide()
301 self.contentPanel.Show()
302
303 def getResult(self):
304 if (self.Result == None):

Calls

no outgoing calls

Tested by

no test coverage detected