MCPcopy Create free account
hub / github.com/MyGUI/mygui / setStateSelected

Method setStateSelected

MyGUIEngine/src/MyGUI_Button.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void Button::setStateSelected(bool _check)
120 {
121 if (mStateSelected == _check)
122 return;
123
124 mStateSelected = _check;
125 updateButtonState();
126 }
127
128 void Button::_setKeyFocus(bool _focus)
129 {

Callers 15

setFunction · 0.80
actionMethod · 0.80
validateMethod · 0.80
setMinimizedMethod · 0.80
updateBarOldMethod · 0.80
updateBarNewMethod · 0.80

Calls

no outgoing calls

Tested by 1