11 Window (const std::string &s, int w, int h, int x=0, int y=0, bool box=true);
12 Window (Window *parent, const std::string &s, int w, int h, int x=0, int y=0, bool box=true);
15 void SetText (int x, int y, const std::string &s);
16 void SetText (int x, int y, int i);
17 void SetText (int x, int y, uint i);
21 int Width () { return width; }
22 int Height () { return height; }