Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setPosition
Method
setPosition
source/windowing/StarWidget.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void Widget::setPosition(Vec2I const& position) {
98
m_position = position;
99
}
100
101
Vec2I Widget::size() const {
102
return m_size;
Callers
15
updateSizeAndPosition
Method · 0.45
drawChildren
Method · 0.45
setSize
Method · 0.45
setItemBag
Method · 0.45
spinnerHandler
Method · 0.45
common
Method · 0.45
makeWidgetCallbacks
Method · 0.45
update
Method · 0.45
update
Method · 0.45
SliderBarWidget
Method · 0.45
update
Method · 0.45
displayPane
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected