Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetBox
Method
GetBox
src/widgets/NumericTextCtrl.cpp:981–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
979
}
980
981
wxRect NumericTextCtrl::GetBox(size_t ii) const
982
{
983
if (ii < mBoxes.size())
984
return mBoxes[ii];
985
return {};
986
}
987
988
#if wxUSE_ACCESSIBILITY
989
Callers
3
OnPaint
Method · 0.80
OnMouse
Method · 0.80
GetLocation
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected