| 135 | } |
| 136 | |
| 137 | void PiuRoundRect_set_corners(xsMachine* the) |
| 138 | { |
| 139 | PiuRoundRect* self = PIU(RoundRect, xsThis); |
| 140 | (*self)->corners = xsToInteger(xsArg(0)); |
| 141 | PiuContentInvalidate(self, NULL); |
| 142 | } |
| 143 | |
| 144 | void PiuRoundRect_get_radius(xsMachine* the) |
| 145 | { |
nothing calls this directly
no test coverage detected