App() { SetRect(0, 0, 150, 150); Sizeable().Zoomable(); BackPaint(); SetTimeCallback(-1000, callback(this, &App::Timer)); Title("Clock"); }
Report message to a moderator