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

Method SetSearchBitmap

gui/builtinMarketBrowser/pfSearchBox.py:271–273  ·  view source on GitHub ↗
(self, bitmap)

Source from the content-addressed store, hash-verified

269 dc.DrawLine(0, rect.height - 1, rect.width, rect.height - 1)
270
271 def SetSearchBitmap(self, bitmap):
272 self.searchBitmap = bitmap
273 self.searchBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2)
274
275 def SetCancelBitmap(self, bitmap):
276 self.cancelBitmap = bitmap

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected