+ // the height of a standard button in the dialog units is 8,
+ // translate this to pixels (as one dialog unit is precisely equal to
+ // 8 character heights, it's just the char height)
+ s_checkSize = dc.GetCharHeight();
+ }
+
+ wxString str = wxGetWindowText(GetHWND());
+
+ int wCheckbox, hCheckbox;