// 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)?
// use wxTextFile class: requires wxFile, required by wxConfig
#define wxUSE_TEXTFILE 1
-// i18n support: _() macro, wxLocale class. Requires wxFile
+// i18n support: _() macro, wxLocale class. Requires wxTextFile.
#define wxUSE_INTL 1
// wxLogXXX functions - highly recommended