MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnExpand

Method OnExpand

src/ModemProperties.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void ModemProperties::OnExpand(wxPropertyGridEvent &/* event */) {
267 collapsed = false;
268}
269
270void ModemProperties::OnMouseEnter(wxMouseEvent & /* event */) {
271 mouseInView = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected