| 97 | } |
| 98 | |
| 99 | static void prepareDraw([[maybe_unused]] Window& self) |
| 100 | { |
| 101 | StringManager::setString(StringIds::buffer_1250, _text.c_str()); |
| 102 | } |
| 103 | |
| 104 | static void draw(Window& self, Gfx::DrawingContext& drawingCtx) |
| 105 | { |
nothing calls this directly
no test coverage detected