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

Function InnerLink

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

Source from the content-addressed store, hash-verified

43}
44
45static wxString InnerLink( const wxString &Key, const wxString& Text )
46{
47 return wxString(wxT("")) +
48 wxT("<a href='innerlink:") +
49 Key +
50 wxT("'>") +
51 Text +
52 wxT("</a>");
53}
54
55static wxString FileLink( const wxString &Key, const wxString& Text )
56{

Callers 1

LinkExpandFunction · 0.85

Calls 1

wxStringClass · 0.70

Tested by

no test coverage detected