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) ***********************************/
| 898 | 1 - (UH_ERROR) |
| 899 | ***********************************/ |
| 900 | int CUH_Control::SetMargin(int margin){ |
| 901 | |
| 902 | m_margin = margin; |
| 903 | return UH_SUCCESS; |
| 904 | } |
| 905 | |
| 906 | /********************************** |
| 907 | GetMargin |
nothing calls this directly
no outgoing calls
no test coverage detected