| 61 | }; |
| 62 | |
| 63 | void PiuLabelBind(void* it, PiuApplication* application, PiuView* view) |
| 64 | { |
| 65 | PiuLabel* self = it; |
| 66 | PiuContentBind(it, application, view); |
| 67 | PiuLabelComputeStyle(self, application, view); |
| 68 | } |
| 69 | |
| 70 | void PiuLabelCascade(void* it) |
| 71 | { |
nothing calls this directly
no test coverage detected