Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetFocusRect
Method
SetFocusRect
src/widgets/AButton.cpp:304–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void AButton::SetFocusRect(const wxRect & r)
305
{
306
mFocusRect = r;
307
mForceFocusRect = true;
308
}
309
310
AButton::AButtonState AButton::GetState()
311
{
Callers
1
MakeButton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected