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

Method release_menu

python/setupwindow/POL_SetupFrame.py:809–811  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

807 self.NextButton.Enable(False)
808
809 def release_menu(self, event):
810 self.SendBash(self.areaList[self.Menu.GetSelection()])
811 self.NextButton.Enable(False)
812
813 def release_menu_num(self, event):
814 self.SendBash(str(self.Menu.GetSelection()))

Callers

nothing calls this directly

Calls 1

SendBashMethod · 0.95

Tested by

no test coverage detected