Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
int UIGridLayout::getColumnWidth() const {
74
return mColumnWidth;
75
}
76
77
UIGridLayout* UIGridLayout::setColumnWidth( int columnWidth ) {
78
mColumnWidth = columnWidth;
Callers
5
updateLocateBarSync
Method · 0.80
updateLocateBarColumns
Method · 0.80
updateLocateModelBarColumns
Method · 0.80
setColumn
Method · 0.80
updateRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected