MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetMargin

Method SetMargin

UTCP/src/uh_ctrl.cpp:900–904  ·  view source on GitHub ↗

SetMargin Sets the new margin to use when new lines are added to the history list Params margin - margin in pixels Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************************/

Source from the content-addressed store, hash-verified

898 1 - (UH_ERROR)
899***********************************/
900int CUH_Control::SetMargin(int margin){
901
902 m_margin = margin;
903 return UH_SUCCESS;
904}
905
906/**********************************
907GetMargin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected