]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tabctrl.cpp
ellipsis support
[wxWidgets.git] / src / mac / carbon / tabctrl.cpp
index fdce08e0ee0e162314fbf25c11203fea327143c6..433bb55811d1976b30cc95349d43b30653e6fa4c 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "wx/wxprec.h"
 
+#if wxUSE_TAB_DIALOG
+
 #include "wx/control.h"
 #include "wx/tabctrl.h"
 #include "wx/mac/uma.h"
@@ -196,3 +198,4 @@ void wxTabCtrl::SetPadding(const wxSize& padding)
     // TODO:
 }
 
+#endif // wxUSE_TAB_DIALOG