]> git.saurik.com Git - wxWidgets.git/commitdiff
Define wxUSE_NOTEBOOK for Mac. Required ny sizer.
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Feb 2001 19:46:00 +0000 (19:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Feb 2001 19:46:00 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup.h

index acd6b01e9d447a6d2b271db3c6bb18413ecb9b35..f4e14e5cb71786bd3d9f16bda4000e6b671e7470 100644 (file)
@@ -84,6 +84,8 @@
                                     // Define 1 to compile listbox
 
 #define wxUSE_SPINBTN 1
+
+#define wxUSE_NOTEBOOK 1
                                     // Define 1 to compile spin button
 
 // use wxStaticLine class (separator line in the dialog)?