]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checkbox.cpp
disable the first top level parent, not the topmost top level parent
[wxWidgets.git] / src / gtk / checkbox.cpp
index 33437d0b08207032d8ce9cf5f29e23ef06d803ef..e7fe520d4dfebb7a1a65f3f58ed690398914b493 100644 (file)
@@ -216,4 +216,11 @@ wxSize wxCheckBox::DoGetBestSize() const
     return wxControl::DoGetBestSize();
 }
 
+// static
+wxVisualAttributes
+wxCheckBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    return GetDefaultAttributesFromGTKWidget(gtk_check_button_new);
+}
+
 #endif