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

Function FindPath

src/JournalWindowPaths.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Path FindPath( const wxWindow &window )
110{
111 wxArrayStringEx components;
112 PathComponents( window, components );
113 return wxJoin( components, PathSeparator, EscapeCharacter );
114}
115
116wxWindow *FindByPath( const Path &path )
117{

Callers 1

WindowEventNameFunction · 0.85

Calls 1

PathComponentsFunction · 0.85

Tested by

no test coverage detected