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

Method __init__

gui/builtinShipBrowser/pfBitmapButton.py:6–8  ·  view source on GitHub ↗
(self, parent, id, bitmap, pos, size, style)

Source from the content-addressed store, hash-verified

4
5class PFGenBitmapButton(GenBitmapButton):
6 def __init__(self, parent, id, bitmap, pos, size, style):
7 GenBitmapButton.__init__(self, parent, id, bitmap, pos, size, style)
8 self.bgcolor = wx.Brush(wx.WHITE)
9
10 def SetBackgroundColour(self, color):
11 self.bgcolor = wx.Brush(color)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected