| 102 | } |
| 103 | |
| 104 | void TextWidget_SetConst(struct TextWidget* w, const char* text, struct FontDesc* font) { |
| 105 | cc_string str = String_FromReadonly(text); |
| 106 | TextWidget_Set(w, &str, font); |
| 107 | } |
| 108 | |
| 109 | |
| 110 | /*########################################################################################################################* |
no test coverage detected