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

Method SetButton2PushedImage

DuiLib/Control/UIScrollBar.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void CScrollBarUI::SetButton2PushedImage(LPCTSTR pStrImage)
223 {
224 m_sButton2PushedImage = pStrImage;
225 Invalidate();
226 }
227
228 LPCTSTR CScrollBarUI::GetButton2DisabledImage()
229 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected