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

Method __init__

gui/builtinMarketBrowser/searchBox.py:6–13  ·  view source on GitHub ↗
(self, parent, **kwargs)

Source from the content-addressed store, hash-verified

4
5class SearchBox(PFSearchBox):
6 def __init__(self, parent, **kwargs):
7 PFSearchBox.__init__(self, parent, **kwargs)
8 cancelBitmap = BitmapLoader.getBitmap("fit_delete_small", "gui")
9 searchBitmap = BitmapLoader.getBitmap("fsearch_small", "gui")
10 self.SetSearchBitmap(searchBitmap)
11 self.SetCancelBitmap(cancelBitmap)
12 self.ShowSearchButton()
13 self.ShowCancelButton()

Callers

nothing calls this directly

Calls 5

SetSearchBitmapMethod · 0.80
SetCancelBitmapMethod · 0.80
ShowSearchButtonMethod · 0.80
ShowCancelButtonMethod · 0.80
getBitmapMethod · 0.45

Tested by

no test coverage detected