Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCoord
Method
setCoord
MyGUIEngine/src/MyGUI_TabControl.cpp:200–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void TabControl::setCoord(const IntCoord& _coord)
201
{
202
Base::setCoord(_coord);
203
204
updateBar();
205
}
206
207
void TabControl::notifyPressedButtonEvent(MyGUI::Widget* _sender)
208
{
Callers
3
onWidgetCreated
Method · 0.45
updateBarOld
Method · 0.45
updateBarNew
Method · 0.45
Calls
1
setCoord
Function · 0.85
Tested by
no test coverage detected