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

Method SetButton1NormalImage

DuiLib/Control/UIScrollBar.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void CScrollBarUI::SetButton1NormalImage(LPCTSTR pStrImage)
146 {
147 m_sButton1NormalImage = pStrImage;
148 Invalidate();
149 }
150
151 LPCTSTR CScrollBarUI::GetButton1HotImage()
152 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected