]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dialog.h
force update of MDI client window size after the MDI parent frame is iconized and...
[wxWidgets.git] / include / wx / gtk / dialog.h
index 79be8d80095ec437ca685b3a7e9b2600566a1f45..099dd51d74f371f10cc55f286748fcf17e1fe26d 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKDIALOGH__
 #define __GTKDIALOGH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
 // classes
 //-----------------------------------------------------------------------------
 
-class wxDialog;
+class WXDLLIMPEXP_CORE wxDialog;
 
 //-----------------------------------------------------------------------------
 // global data
 //-----------------------------------------------------------------------------
 
-extern const wxChar *wxDialogNameStr;
+extern WXDLLIMPEXP_CORE const wxChar *wxDialogNameStr;
 
 //-----------------------------------------------------------------------------
 // wxDialog
 //-----------------------------------------------------------------------------
 
-class wxDialog: public wxDialogBase
+class WXDLLIMPEXP_CORE wxDialog: public wxDialogBase
 {
 public:
     wxDialog() { Init(); }