Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetDisabledBitmap
Method
GetDisabledBitmap
gui/builtinShipBrowser/sfBrowserItem.py:79–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
return
self.hoverBmp
78
79
def
GetDisabledBitmap(self):
80
if
self.disabledBmp is None:
81
return
self.normalBmp
82
return
self.disabledBmp
83
84
def
GetDropShadowBitmap(self):
85
return
self.dropShadowBmp
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected