From: Stefan Csomor Date: Fri, 23 Feb 2001 19:46:00 +0000 (+0000) Subject: Define wxUSE_NOTEBOOK for Mac. Required ny sizer. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22e0ea84c89c61cceb3deb2b62145afa047a0dff?ds=sidebyside Define wxUSE_NOTEBOOK for Mac. Required ny sizer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup.h index acd6b01e9d..f4e14e5cb7 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup.h @@ -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)?