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

Method SetDefaultLeftIndent

DuiLib/Control/UIRichEdit.cpp:856–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void CTxtWinHost::SetDefaultLeftIndent(LONG lNewIndent)
857{
858 pf.dxOffset = lNewIndent;
859
860 pserv->OnTxPropertyBitsChange(TXTBIT_PARAFORMATCHANGE, 0);
861}
862
863void CTxtWinHost::SetClientRect(RECT *prc)
864{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected