]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checkbox.cpp
Added C/wxString array constructors to wxArrayString
[wxWidgets.git] / src / msw / checkbox.cpp
index 547e418e0665dc392986d05daea181423bed9591..a43947cc5cf3d20ccd6bd74a1528612a9a191d07 100644 (file)
@@ -201,6 +201,11 @@ wxSize wxCheckBox::DoGetBestSize() const
     return wxSize(wCheckbox, hCheckbox);
 }
 
+WXHBRUSH wxCheckBox::MSWGetDefaultBgBrush()
+{
+    return ::GetStockObject(NULL_BRUSH);
+}
+
 void wxCheckBox::SetValue(bool val)
 {
     if (val)