///////////////////// ListView /////////////////////
| 687 | // ListView |
| 688 | ////////////////////////// |
| 689 | ListView::ListView(rect_t bounds) : Widget(bounds) { |
| 690 | font = Graphics::GetFont("default"); |
| 691 | |
| 692 | assert(font); // Then shit really went down |
| 693 | } |
| 694 | |
| 695 | ListView::~ListView(){ |
| 696 |