MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / Update

Method Update

src/Windows/Toolbar.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354int Rebar::Update(int id, REBARBANDINFO * rBand) {
355 int index = (int)SendMessage(m_hwnd, RB_IDTOINDEX, (WPARAM)id, 0);
356 ::SendMessage(m_hwnd, RB_SETBANDINFO, (WPARAM)index, (LPARAM)rBand);
357
358 return 0;
359}
360
361int Rebar::RemoveBand(int id) {
362 int index = (int)SendMessage(m_hwnd, RB_IDTOINDEX, (WPARAM)id, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected