| 200 | mitemmanual(gmenu *parent, char *text, char *action, char *hoveraction, color *bgcolor, const char *desc) : mitem(parent, bgcolor, mitem::TYPE_MANUAL), text(text), action(action), hoveraction(hoveraction), desc(desc) {} |
| 201 | |
| 202 | virtual int width() { return text_width(text) + (strchr(text, '\n') ? menurighttabwidth : 0); } |
| 203 | |
| 204 | virtual void render(int x, int y, int w) |
| 205 | { |