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

Method SetButton1PushedImage

DuiLib/Control/UIScrollBar.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void CScrollBarUI::SetButton1PushedImage(LPCTSTR pStrImage)
168 {
169 m_sButton1PushedImage = pStrImage;
170 Invalidate();
171 }
172
173 LPCTSTR CScrollBarUI::GetButton1DisabledImage()
174 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected