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

Method CTabNext

gui/mainFrame.py:737–738  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

735 wx.PostEvent(self, ItemSelected(itemID=self.marketBrowser.itemView.active[selItem].ID, allowBatch=False))
736
737 def CTabNext(self, event):
738 self.fitMultiSwitch.NextPage()
739
740 def CTabPrev(self, event):
741 self.fitMultiSwitch.PrevPage()

Callers

nothing calls this directly

Calls 1

NextPageMethod · 0.80

Tested by

no test coverage detected