]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER ...
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 0271b4c353fd7d43de4782bf591c5571edf373cc..8ee1660d8bfc94ba268ad26f18a813a64eef1c5f 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKTOPLEVELH__
 #define __GTKTOPLEVELH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "toplevel.h"
 #endif
 
@@ -80,9 +80,6 @@ public:
     // from both DoSetSize() and DoSetClientSize()
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
-    // set the icon for this window
-    void DoSetIcon( const wxIcon& icon );
-
     // GTK callbacks
     virtual void GtkOnSize( int x, int y, int width, int height );
     virtual void OnInternalIdle();