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

Method SetHotImage

DuiLib/Control/UIButton.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void CButtonUI::SetHotImage(LPCTSTR pStrImage)
202 {
203 m_sHotImage = pStrImage;
204 Invalidate();
205 }
206
207 LPCTSTR CButtonUI::GetPushedImage()
208 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected