MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setFillDown

Method setFillDown

source/windowing/StarListWidget.cpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void ListWidget::setFillDown(bool fillDown) {
194 m_fillDown = fillDown;
195}
196
197void ListWidget::setColumns(uint64_t columns) {
198 m_columns = columns;

Callers 2

listHandlerMethod · 0.45
layoutHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected