| 135 | } |
| 136 | |
| 137 | void CANavigationBar::setButtonColor(const CAColor4B& color) |
| 138 | { |
| 139 | m_cButtonColor = color; |
| 140 | CC_RETURN_IF(!m_bRunning); |
| 141 | this->showLeftButton(); |
| 142 | this->showRightButton(); |
| 143 | } |
| 144 | |
| 145 | void CANavigationBar::updateNavigationBar() |
| 146 | { |
no test coverage detected