TermOx
|
Wraps Widget_t to provide select() and unselect() methods to modify display. More...
#include <selectable.hpp>
Public Member Functions | |
Selectable (Select_method s, Unselect_method u) | |
Provide two methods to modify Widget_t. Signature: void(Widget_t&);. | |
Selectable (Select_method s, Unselect_method u, typename Widget_t::Parameters p) | |
void | select () |
Change visual to mark as selected. | |
void | unselect () |
Change visual to mark as unselected. | |
Wraps Widget_t to provide select() and unselect() methods to modify display.