// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "treectrl.h"
#endif
long& cookie) const );
#endif // WXWIN_COMPATIBILITY_2_4
+ virtual bool ShouldInheritColours() const { return false; }
+
// implementation
// --------------