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

Method LineScroll

DuiLib/Control/UIRichEdit.cpp:1568–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566}
1567
1568bool CRichEditUI::LineScroll(int nLines, int nChars)
1569{
1570 LRESULT lResult;
1571 TxSendMessage(EM_LINESCROLL, nChars, nLines, &lResult);
1572 return (BOOL)lResult == TRUE;
1573}
1574
1575CPoint CRichEditUI::GetCharPos(long lChar) const
1576{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected