| 295 | } |
| 296 | |
| 297 | void My_Fl_Button::set_colors(struct My_Fl_Button::buttonColorStruct c) { |
| 298 | colors.background = c.background; |
| 299 | colors.label = c.label; |
| 300 | colors.border = c.border; |
nothing calls this directly
no outgoing calls
no test coverage detected