MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getColumnWidth

Method getColumnWidth

src/eepp/ui/uigridlayout.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int UIGridLayout::getColumnWidth() const {
74 return mColumnWidth;
75}
76
77UIGridLayout* UIGridLayout::setColumnWidth( int columnWidth ) {
78 mColumnWidth = columnWidth;

Callers 5

updateLocateBarSyncMethod · 0.80
setColumnMethod · 0.80
updateRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected