MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / FitView

Class FitView

gui/esiFittings.py:581–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579
580
581class FitView(Display):
582 DEFAULT_COLS = ["Base Icon",
583 "Base Name"]
584
585 def __init__(self, parent):
586 Display.__init__(self, parent, style=wx.LC_SINGLE_SEL)
587 self.fitSelection = None

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected