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

Method HomeLeft

DuiLib/Core/UIContainer.cpp:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 }
443
444 void CContainerUI::HomeLeft()
445 {
446 SIZE sz = GetScrollPos();
447 sz.cx = 0;
448 SetScrollPos(sz);
449 }
450
451 void CContainerUI::EndRight()
452 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected