projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets.
[wxWidgets.git]
/
src
/
gtk1
/
checkbox.cpp
diff --git
a/src/gtk1/checkbox.cpp
b/src/gtk1/checkbox.cpp
index 33437d0b08207032d8ce9cf5f29e23ef06d803ef..e7fe520d4dfebb7a1a65f3f58ed690398914b493 100644
(file)
--- a/
src/gtk1/checkbox.cpp
+++ b/
src/gtk1/checkbox.cpp
@@
-216,4
+216,11
@@
wxSize wxCheckBox::DoGetBestSize() const
return wxControl::DoGetBestSize();
}
return wxControl::DoGetBestSize();
}
+// static
+wxVisualAttributes
+wxCheckBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+ return GetDefaultAttributesFromGTKWidget(gtk_check_button_new);
+}
+
#endif
#endif