Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ visibility
Method
visibility
source/windowing/StarWidget.cpp:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
bool Widget::visibility() const {
233
return m_visible;
234
}
235
236
void Widget::toggleVisibility() {
237
m_visible = !m_visible;
Callers
1
takeScriptPanes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected