#ifndef _WX_DIALOG_H_
#define _WX_DIALOG_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dialog.h"
#endif
// returns TRUE if we're in a modal loop
bool IsModalShowing() const;
-#if WXWIN_COMPATIBILITY
- bool Iconized() const { return IsIconized(); };
-#endif
-
// implementation
// --------------