]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dialog.h
Remove support for Gnome printing from wxGTK.
[wxWidgets.git] / include / wx / osx / dialog.h
index 9442b943739918c235c2bc5f674bb61e21c4f213..3b0b724fb898aed5b79164ae2e606a4b347f9909 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dialog.h
+// Name:        wx/osx/dialog.h
 // Purpose:     wxDialog class
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
 // Purpose:     wxDialog class
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -14,8 +13,6 @@
 
 #include "wx/panel.h"
 
 
 #include "wx/panel.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxDialogNameStr[];
-
 class WXDLLIMPEXP_FWD_CORE wxMacToolTip ;
 class WXDLLIMPEXP_FWD_CORE wxModalEventLoop ;
 
 class WXDLLIMPEXP_FWD_CORE wxMacToolTip ;
 class WXDLLIMPEXP_FWD_CORE wxModalEventLoop ;
 
@@ -56,12 +53,12 @@ public:
 
     // show the dialog modally and return the value passed to EndModal()
     virtual int ShowModal();
 
     // show the dialog modally and return the value passed to EndModal()
     virtual int ShowModal();
-    
+
     virtual void ShowWindowModal();
 
     // may be called to terminate the dialog with the given return code
     virtual void EndModal(int retCode);
     virtual void ShowWindowModal();
 
     // may be called to terminate the dialog with the given return code
     virtual void EndModal(int retCode);
-    
+
     static bool OSXHasModalDialogsOpen();
     static void OSXBeginModalDialog();
     static void OSXEndModalDialog();
     static bool OSXHasModalDialogsOpen();
     static void OSXBeginModalDialog();
     static void OSXEndModalDialog();
@@ -70,13 +67,13 @@ public:
     // --------------
 
     wxDialogModality GetModality() const;
     // --------------
 
     wxDialogModality GetModality() const;
-    
+
 #if wxOSX_USE_COCOA
     virtual void ModalFinishedCallback(void* WXUNUSED(panel), int WXUNUSED(returnCode)) {}
 #endif
 
 protected:
 #if wxOSX_USE_COCOA
     virtual void ModalFinishedCallback(void* WXUNUSED(panel), int WXUNUSED(returnCode)) {}
 #endif
 
 protected:
-    // show window modal dialog 
+    // show window modal dialog
     void DoShowWindowModal();
 
     // end window modal dialog.
     void DoShowWindowModal();
 
     // end window modal dialog.
@@ -87,7 +84,7 @@ protected:
 
 
     wxDialogModality m_modality;
 
 
     wxDialogModality m_modality;
-    
+
     wxModalEventLoop* m_eventLoop;
 
 private:
     wxModalEventLoop* m_eventLoop;
 
 private: