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

Method SetPos

DuiLib/Control/UICombo.cpp:777–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void CComboUI::SetPos(RECT rc)
778{
779 // Put all elements out of sight
780 RECT rcNull = { 0 };
781 for( int i = 0; i < m_items.GetSize(); i++ ) static_cast<CControlUI*>(m_items[i])->SetPos(rcNull);
782 // Position this control
783 CControlUI::SetPos(rc);
784}
785
786void CComboUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue)
787{

Callers 2

HandleMessageMethod · 0.45
PaintTextMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected