MCPcopy Create free account
hub / github.com/9miao/CrossApp / setButtonColor

Method setButtonColor

CrossApp/control/CABar.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

showLeftButtonMethod · 0.95
showRightButtonMethod · 0.95

Tested by

no test coverage detected