MCPcopy 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
243void ButtonWidget::setCheckable(bool checkable) {
244 m_checkable = checkable;
245}
246
247bool ButtonWidget::isHighlighted() const {
248 return m_highlighted;

Callers 2

addTabMethod · 0.80
buttonHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected