MCPcopy 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
981wxRect 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

OnPaintMethod · 0.80
OnMouseMethod · 0.80
GetLocationMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected