| 503 | } |
| 504 | |
| 505 | void PiuStyleUnbind(PiuStyle* self, PiuApplication* application, PiuView* view) |
| 506 | { |
| 507 | PiuFont* font = (*self)->font; |
| 508 | if (font) { |
| 509 | PiuFontUnbind(font, application, view); |
| 510 | } |
| 511 | } |
| 512 | #endif |
| 513 | |
| 514 | void PiuStyle_get_bottom(xsMachine* the) |
no test coverage detected