Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setCheckable
Method
setCheckable
source/windowing/StarButtonWidget.cpp:243–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void ButtonWidget::setCheckable(bool checkable) {
244
m_checkable = checkable;
245
}
246
247
bool ButtonWidget::isHighlighted() const {
248
return m_highlighted;
Callers
2
addTab
Method · 0.80
buttonHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected