MCPcopy Create free account
hub / github.com/audacity/audacity / GetDescription

Method GetDescription

src/TrackPanelAx.cpp:232–237  ·  view source on GitHub ↗

Returns the description for this object or a child.

Source from the content-addressed store, hash-verified

230
231// Returns the description for this object or a child.
232wxAccStatus TrackPanelAx::GetDescription( int WXUNUSED(childId), wxString *description )
233{
234 description->clear();
235
236 return wxACC_OK;
237}
238
239// Returns help text for this object or a child, similar to tooltip text.
240wxAccStatus TrackPanelAx::GetHelpText( int WXUNUSED(childId), wxString *helpText )

Callers 1

GetCommandTipMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected