]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/tabctrl.cpp
centralized the handling of border styles; added borders support for wxListBox and...
[wxWidgets.git] / src / mac / classic / tabctrl.cpp
index 15338f6397def7af0f2184983eeaf82ad1f8be86..a21ba6ecdd0ac36fd202423ba4c56d21af616d3e 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "wx/defs.h"
 
+#if wxUSE_TAB_DIALOG
+
 #include "wx/control.h"
 #include "wx/tabctrl.h"
 #include "wx/mac/uma.h"
@@ -198,3 +200,4 @@ wxTabEvent::wxTabEvent(wxEventType commandType, int id):
 {
 }
 
+#endif // wxUSE_TAB_DIALOG