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

Method SetButton2NormalImage

DuiLib/Control/UIScrollBar.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void CScrollBarUI::SetButton2NormalImage(LPCTSTR pStrImage)
201 {
202 m_sButton2NormalImage = pStrImage;
203 Invalidate();
204 }
205
206 LPCTSTR CScrollBarUI::GetButton2HotImage()
207 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected