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

Method SetGradientLength

DuiLib/Control/UILabel.cpp:1072–1082  ·  view source on GitHub ↗

Method: SetGradientLength FullName: CLabelUI::SetGradientLength Access: public Returns: void Qualifier: Parameter: int _GradientLength Note:

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected