| 283 | } |
| 284 | |
| 285 | void ButtonWidget_SetConst(struct ButtonWidget* w, const char* text, struct FontDesc* font) { |
| 286 | cc_string str = String_FromReadonly(text); |
| 287 | ButtonWidget_Set(w, &str, font); |
| 288 | } |
| 289 | |
| 290 | |
| 291 | /*########################################################################################################################* |
no test coverage detected