MCPcopy 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
304void AButton::SetFocusRect(const wxRect & r)
305{
306 mFocusRect = r;
307 mForceFocusRect = true;
308}
309
310AButton::AButtonState AButton::GetState()
311{

Callers 1

MakeButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected