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

Method GetValue

libraries/lib-wx-init/HtmlWindow.cpp:274–281  ·  view source on GitHub ↗

Returns a localized string representing the value for the object or child.

Source from the content-addressed store, hash-verified

272// Returns a localized string representing the value for the object
273// or child.
274wxAccStatus HtmlWindowAx::GetValue(int WXUNUSED(childId), wxString* strValue)
275{
276 HtmlWindow *hw = wxDynamicCast( GetWindow(), HtmlWindow );
277
278 *strValue = hw->ToText();
279
280 return wxACC_OK;
281}
282
283#endif

Callers 7

RebuildJoinedEnvelopeFunction · 0.45
JoinMethod · 0.45
OnSendMethod · 0.45
ReinitMethod · 0.45
UpdateMethod · 0.45
BeepMethod · 0.45
UpdateProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected