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

Method Show

gui/chrome_tabs.py:1489–1497  ·  view source on GitHub ↗
(self, showWnd=True)

Source from the content-addressed store, hash-verified

1487 lastwnd.Raise()
1488
1489 def Show(self, showWnd=True):
1490 if showWnd:
1491 super().Show(showWnd)
1492 self.RaiseParent()
1493 self.direction = 1
1494 self.timer.Start(10)
1495 else:
1496 self.direction = -1
1497 self.timer.Start(10)
1498
1499 def OnWindowEraseBk(self, event):
1500 pass

Callers 15

updateControlsMethod · 0.45
file_dialog.pyFile · 0.45
HandleExceptionMethod · 0.45
__init__Method · 0.45
stage1Method · 0.45
stage2CallbackMethod · 0.45
stage3Method · 0.45
searchStageMethod · 0.45
importStageMethod · 0.45
ShowActiveMethod · 0.45
CheckTabPreviewMethod · 0.45
OnLeaveWindowMethod · 0.45

Calls 1

RaiseParentMethod · 0.95

Tested by

no test coverage detected