MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setColumnWidth

Method setColumnWidth

src/components/ComponentListComponent.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ComponentListComponent::setColumnWidth(int col, unsigned int size)
86{
87 mColumnWidths[col] = size;
88 updateSize();
89}
90
91unsigned int ComponentListComponent::getRowHeight(int row) { return mRowHeights[row]; }
92unsigned int ComponentListComponent::getColumnWidth(int col) { return mColumnWidths[col]; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected