wxString str = wxGetWindowText(GetHWND());
int wCheckbox, hCheckbox;
wxString str = wxGetWindowText(GetHWND());
int wCheckbox, hCheckbox;
{
GetTextExtent(wxStripMenuCodes(str), &wCheckbox, &hCheckbox);
wCheckbox += s_checkSize + GetCharWidth();
{
GetTextExtent(wxStripMenuCodes(str), &wCheckbox, &hCheckbox);
wCheckbox += s_checkSize + GetCharWidth();