1 #ifndef MENUITEMLABEL_H_DEFINED 2 #define MENUITEMLABEL_H_DEFINED 4 #include <Interface/Menu/MenuItem.hpp> 12 void draw(
Window* window,
int x,
int y,
int width,
bool hilite=
false);
16 void set(std::string str);
18 std::string rightLabel;
21 #endif //MENUITEMLABEL_H_DEFINED A segment of the terminal screen (2D char matrix).