Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetSize
Method
GetSize
gui/builtinShipBrowser/sfBrowserItem.py:59–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
return
self.state
58
59
def
GetSize(self):
60
w = self.normalBmp.GetWidth()
61
h = self.normalBmp.GetHeight()
62
return
w, h
63
64
def
GetBitmap(self):
65
return
self.normalBmp
Callers
15
UpdateElementsPos
Method · 0.45
OnLeftTreeMouseMove
Method · 0.45
OnRightListMouseMove
Method · 0.45
OnMouseMove
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
activate
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
AdjustControlSizePos
Method · 0.45
ShowLoading
Method · 0.45
ScrollChildIntoView
Method · 0.45
Calls
2
GetWidth
Method · 0.45
GetHeight
Method · 0.45
Tested by
no test coverage detected