]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
compilation fix after wxScrollHelper changes (ctor argument is now not optional and...
[wxWidgets.git] / include / wx / listbook.h
index 9414943190298dc7520727a00127f5ba16641992..0c77ffc14d4a89eae8f4820c32154bda653bbbdb 100644 (file)
 #ifndef _WX_LISTBOOK_H_
 #define _WX_LISTBOOK_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "listbook.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_LISTBOOK
@@ -23,7 +19,7 @@
 // this can be defined to put a static line as separator between the list
 // control and the page area; but I think it finally looks better without it so
 // it is not enabled by default
-//#define wxUSE_LINE_IN_LISTBOOK 1
+#define wxUSE_LINE_IN_LISTBOOK 0
 
 #if !wxUSE_STATLINE
     #undef wxUSE_LINE_IN_LISTBOOK