Method: SetGradientLength FullName: CLabelUI::SetGradientLength Access: public Returns: void Qualifier: Parameter: int _GradientLength Note:
| 1070 | // Note: |
| 1071 | //************************************ |
| 1072 | void CLabelUI::SetGradientLength( int _GradientLength ) |
| 1073 | { |
| 1074 | try |
| 1075 | { |
| 1076 | m_GradientLength = _GradientLength; |
| 1077 | } |
| 1078 | catch (...) |
| 1079 | { |
| 1080 | throw "CLabelUI::SetGradientLength"; |
| 1081 | } |
| 1082 | } |
| 1083 | |
| 1084 | //************************************ |
| 1085 | // Method: GetGradientLength |
nothing calls this directly
no outgoing calls
no test coverage detected