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

Method SetButton2HotImage

DuiLib/Control/UIScrollBar.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void CScrollBarUI::SetButton2HotImage(LPCTSTR pStrImage)
212 {
213 m_sButton2HotImage = pStrImage;
214 Invalidate();
215 }
216
217 LPCTSTR CScrollBarUI::GetButton2PushedImage()
218 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected