35 this->title = _it.title;
36 this->value = _it.value;
37 this->_width = _it._width;
38 this->type = _it.type;
40 this->_font_id = _it._font_id;
41 this->extAction = _it.extAction;
47 virtual void toggle();
49 virtual void render(
int x,
int y);
65 std::function<void()> extAction;