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

Method SetButton1HotImage

DuiLib/Control/UIScrollBar.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 void CScrollBarUI::SetButton1HotImage(LPCTSTR pStrImage)
157 {
158 m_sButton1HotImage = pStrImage;
159 Invalidate();
160 }
161
162 LPCTSTR CScrollBarUI::GetButton1PushedImage()
163 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected