Example #1
0
void TabCombo::updateButtonState(Handler<Element> const& elm, Handler<TabButton> const& btn)
{
	Handler<TabButton> b = btn ? btn : (*this->buttonMap_.find(elm)).second;
	b->notifyCheckedStateChanged();
}