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

Method GetIconResource

src/wwizard.cpp:249–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 */
248
249wxIcon WWizard::GetIconResource( const wxString& name )
250{
251 // Icon retrieval
252////@begin WWizard icon retrieval
253 wxUnusedVar(name);
254 return wxNullIcon;
255////@end WWizard icon retrieval
256}
257
258void WWizard::UpdateToggleButtonStatus (wxToggleButton& toggle)
259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected