Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setInvisible
Method
setInvisible
source/windowing/StarButtonWidget.cpp:376–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
void ButtonWidget::setInvisible(bool invisible) {
377
m_invisible = invisible;
378
}
379
380
RectI ButtonWidget::getScissorRect() const {
381
if (m_pressed || (m_checked && !m_hasCheckedImages)) {
Callers
1
buttonHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected