1 #ifndef MENUITEMTEXTLIST_H_DEFINED 2 #define MENUITEMTEXTLIST_H_DEFINED 4 #include <Interface/Menu/MenuItem.hpp> 17 void draw(
Window* window,
int x,
int y,
int width,
bool hilite);
24 std::string currentText();
27 std::vector<std::string> options;
31 #endif //MENUITEMTEXTLIST_H_DEFINED A segment of the terminal screen (2D char matrix).