#ifndef __MOTIFTOPLEVELH__
#define __MOTIFTOPLEVELH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "toplevel.h"
#endif
int maxW = -1, int maxH = -1,
int incW = -1, int incH = -1 );
+ virtual bool SetShape( const wxRegion& region );
+
WXWidget GetShellWidget() const;
protected:
// common part of all constructors