MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetBkPushedImage

Method SetBkPushedImage

DuiLib/Control/UIScrollBar.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 void CScrollBarUI::SetBkPushedImage(LPCTSTR pStrImage)
355 {
356 m_sBkPushedImage = pStrImage;
357 Invalidate();
358 }
359
360 LPCTSTR CScrollBarUI::GetBkDisabledImage()
361 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected