Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void ListWidget::setFillDown(bool fillDown) {
194
m_fillDown = fillDown;
195
}
196
197
void ListWidget::setColumns(uint64_t columns) {
198
m_columns = columns;
Callers
2
listHandler
Method · 0.45
layoutHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected