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

Method IsSearchButtonVisible

gui/builtinMarketBrowser/pfSearchBox.py:279–280  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

277 self.cancelBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2)
278
279 def IsSearchButtonVisible(self):
280 return self.isSearchButtonVisible
281
282 def IsCancelButtonVisible(self):
283 return self.isCancelButtonVisible

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected