MCPcopy 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
47void HistList::UpdateColumns()
48{
49 SetColumnWidth(0, wxLIST_AUTOSIZE);
50 SetColumnWidth(1, wxLIST_AUTOSIZE);
51 SetColumnWidth(2, wxLIST_AUTOSIZE);
52 Layout();
53}
54
55bool HistList::Create(wxWindow* parent, wxWindowID id )
56{

Callers 1

SetActiveModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected