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

Method SetPaneText

WinArk/MainFrame.cpp:652–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652BOOL CMainFrame::SetPaneText(int index, PCWSTR text) {
653 return m_StatusBar.SetText(index, text);
654}
655
656BOOL CMainFrame::SetPaneIcon(int index, HICON hIcon) {
657 return m_StatusBar.SetIcon(index, hIcon);

Callers 3

UpdateEventStatusMethod · 0.80
UpdatePaneTextMethod · 0.80
UpdatePaneTextMethod · 0.80

Calls 1

SetTextMethod · 0.80

Tested by

no test coverage detected