]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/radiocmn.cpp
restored WS_EX_TRANSPARENT as otherwise background can be not drawn at all sometimes
[wxWidgets.git] / src / common / radiocmn.cpp
index 66254736c6b246ab766cc5a81b19b13a9c9faf65..c936cc3593c14152020e551c337d662ed311e898 100644 (file)
@@ -134,5 +134,19 @@ int wxRadioBoxBase::GetNextItem(int item, wxDirection dir, long style) const
     return item;
 }
 
+#if WXWIN_COMPATIBILITY_2_4
+
+// these functions are deprecated and don't do anything
+int wxRadioBoxBase::GetNumberOfRowsOrCols() const
+{
+    return 1;
+}
+
+void wxRadioBoxBase::SetNumberOfRowsOrCols(int WXUNUSED(n))
+{
+}
+
+#endif // WXWIN_COMPATIBILITY_2_4
+
 #endif // wxUSE_RADIOBOX