// Author: Jonathan Bayer
// Modified by:
// Created:
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) Jonathan Bayer
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_MULTICELL_H__
#define __WX_MULTICELL_H__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "multicell.h"
#endif
enum wxResizable
{
wxNOT_RESIZABLE = 0x00,
- wxHORIZENTAL_RESIZABLE = 0x01,
+ wxHORIZONTAL_RESIZABLE = 0x01,
wxVERTICAL_RESIZABLE = 0x10,
wxRESIZABLE = 0x11
};