| 148 | } |
| 149 | |
| 150 | void PiuRoundRect_set_radius(xsMachine* the) |
| 151 | { |
| 152 | PiuRoundRect* self = PIU(RoundRect, xsThis); |
| 153 | (*self)->radius = xsToInteger(xsArg(0)); |
| 154 | PiuContentInvalidate(self, NULL); |
| 155 | } |
nothing calls this directly
no test coverage detected