Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ hide
Method
hide
source/windowing/StarWidget.cpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void Widget::hide() {
229
m_visible = false;
230
}
231
232
bool Widget::visibility() const {
233
return m_visible;
Callers
4
ItemSlotWidget
Method · 0.45
renderImpl
Method · 0.45
showPage
Method · 0.45
addChild
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected