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

Method SetCancelBitmap

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

Source from the content-addressed store, hash-verified

273 self.searchBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2)
274
275 def SetCancelBitmap(self, bitmap):
276 self.cancelBitmap = bitmap
277 self.cancelBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2)
278
279 def IsSearchButtonVisible(self):
280 return self.isSearchButtonVisible

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected