7 static const int WIDTH = 108;
8 static const int TTL_HEIGHT = 12;
9 static const int BTN_HEIGHT = 18;
10 static const int GAP = 1;
12 static const std::string TITLE;
15 std::vector<CheckBoxRed*> boxes;
Window()
Definition window.cpp:47
virtual void onBackPressed()
Definition wndchallenges.cpp:43
WndChallenges(int checked, bool editable)
Definition wndchallenges.cpp:9