MCPcopy Create free account
hub / github.com/cmauri/eviacam / GetIconResource

Method GetIconResource

wxutil/warnbaroverlap.cpp:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 */
168
169wxIcon WarnBarOverlap::GetIconResource( const wxString& name )
170{
171 // Icon retrieval
172////@begin WarnBarOverlap icon retrieval
173 wxUnusedVar(name);
174 return wxNullIcon;
175////@end WarnBarOverlap icon retrieval
176}
177
178
179/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected