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

Function FileLink

libraries/lib-wx-init/HelpText.cpp:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static wxString FileLink( const wxString &Key, const wxString& Text )
56{
57 return wxString(wxT("")) +
58 wxT("<a href='") +
59 wxT("file:") +
60 FileNames::HtmlHelpDir() +
61 Key +
62 wxT("'>") +
63 Text +
64 wxT("</a>");
65}
66
67static wxString TypedLink( const wxString &Key, const wxString& Text )
68{

Callers 1

LinkExpandFunction · 0.85

Calls 1

wxStringClass · 0.70

Tested by

no test coverage detected