if (current_width > max_width)
max_width = current_width;
current = current->GetNext();
if (current_width > max_width)
max_width = current_width;
current = current->GetNext();
}
}
// Now, make a list of strings which can fit in the box
wxStringList *string_list = new wxStringList;
wxString buffer;
}
}
// Now, make a list of strings which can fit in the box
wxStringList *string_list = new wxStringList;
wxString buffer;