]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dialog.h
oops... extra #endif removed
[wxWidgets.git] / include / wx / os2 / dialog.h
index d4d91e380e94fb1426ee1519293492ed41346e2b..5bdea1a1d4b084a230f13ecb6e8f286ca5a529be 100644 (file)
@@ -1,21 +1,17 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dialog.h
 // Purpose:     wxDialog class
-// Author:      AUTHOR
+// Author:      David Webster
 // Modified by:
-// Created:     ??/??/98
+// Created:     10/14/99
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) David Webster
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DIALOG_H_
 #define _WX_DIALOG_H_
 
-#ifdef __GNUG__
-#pragma interface "dialog.h"
-#endif
-
 #include "wx/panel.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxDialogNameStr;
@@ -69,18 +65,20 @@ public:
 
     ~wxDialog();
 
-// ---------------------------------------------------------------------------
-//  Virtuals
-// ---------------------------------------------------------------------------
-
     virtual bool Destroy();
+
     virtual void DoSetClientSize(int width, int height);
+
     virtual void GetPosition(int *x, int *y) const;
 
     bool Show(bool show);
     bool IsShown() const;
     void Iconize(bool iconize);
 
+#if WXWIN_COMPATIBILITY
+    bool Iconized() const { return IsIconized(); };
+#endif
+
     virtual bool IsIconized() const;
     void         Fit();