Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ show
Method
show
source/windowing/StarWidget.cpp:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void Widget::show() {
225
m_visible = true;
226
}
227
228
void Widget::hide() {
229
m_visible = false;
Callers
8
renderImpl
Method · 0.45
showPage
Method · 0.45
setTitle
Method · 0.45
setTitleIcon
Method · 0.45
edit
Method · 0.45
loadDirectory
Method · 0.45
uploadToSteam
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected