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

Method HomeUp

DuiLib/Core/UIContainer.cpp:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 void CContainerUI::HomeUp()
399 {
400 SIZE sz = GetScrollPos();
401 sz.cy = 0;
402 SetScrollPos(sz);
403 }
404
405 void CContainerUI::EndDown()
406 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected