Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ UpdateColumns
Method
UpdateColumns
cr3wx/src/histlist.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void HistList::UpdateColumns()
48
{
49
SetColumnWidth(0, wxLIST_AUTOSIZE);
50
SetColumnWidth(1, wxLIST_AUTOSIZE);
51
SetColumnWidth(2, wxLIST_AUTOSIZE);
52
Layout();
53
}
54
55
bool HistList::Create(wxWindow* parent, wxWindowID id )
56
{
Callers
1
SetActiveMode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected