]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Added wxTopLevelWindow::HasFocus() as discussed.
[wxWidgets.git] / include / wx / busyinfo.h
index 0050bfa08a5e3303cedf9c8f1636811f91b7678b..4b8cf5551050181ef7d4509a3403aa4fc372dcb2 100644 (file)
@@ -4,21 +4,17 @@
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
 // RCS-ID:      $Id$
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __INFOWIN_H__
 #define __INFOWIN_H__
 
-#ifdef __GNUG__
-#pragma interface
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+#pragma interface "busyinfo.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #include "wx/frame.h"
 
@@ -28,6 +24,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame
 {
 public:
     wxInfoFrame(wxWindow *parent, const wxString& message);
+
+private:
+    DECLARE_NO_COPY_CLASS(wxInfoFrame)
 };
 
 
@@ -46,6 +45,8 @@ public:
 
 private:
     wxInfoFrame *m_InfoFrame;
+
+    DECLARE_NO_COPY_CLASS(wxBusyInfo)
 };