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

Function ThemeComponent

libraries/lib-theme/Theme.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129constexpr auto ThemeCacheFileName = L"ThemeAsCeeCode.h";
130
131FilePath ThemeComponent(const wxString &dir, const wxString &Str)
132{
133 return wxFileName( dir, Str, wxT("png") ).GetFullPath();
134}
135}
136
137void Theme::EnsureInitialised()

Callers 2

Calls 1

wxFileNameClass · 0.50

Tested by

no test coverage detected