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

Method SetAlignment

UTCP/src/uh_ctrl.cpp:806–809  ·  view source on GitHub ↗

SetAligment Sets text alignment Params alignment - new alignment Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************************/

Source from the content-addressed store, hash-verified

804 1 - (UH_ERROR)
805***********************************/
806int CUH_Control::SetAlignment(int alignment){
807 m_alignment = alignment;
808 return UH_SUCCESS;
809}
810/**********************************
811GetAligment
812 Gets text alignment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected