MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ClearToolBarButtons

Method ClearToolBarButtons

WinArk/MainFrame.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void CMainFrame::ClearToolBarButtons(CToolBarCtrl& tb)
733{
734 while (tb.DeleteButton(0));
735}
736
737void CMainFrame::InitEtwView() {
738 m_RunIcon.LoadIconWithScaleDown(IDI_PLAY, 20, 20);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected