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

Method SetHotBkColor

DuiLib/Control/UIButton.cpp:137–140  ·  view source on GitHub ↗

Method: SetHotBkColor FullName: CButtonUI::SetHotBkColor Access: public Returns: void Qualifier: Parameter: DWORD dwColor Note:

Source from the content-addressed store, hash-verified

135 // Note:
136 //************************************
137 void CButtonUI::SetHotBkColor( DWORD dwColor )
138 {
139 m_dwHotBkColor = dwColor;
140 }
141
142 //************************************
143 // Method: GetHotBkColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected