]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / gtk1 / choice.h
index 5f550d732a5f31bab5d10f6b45b4d984253625dc..a6e0ecd1beb46ae62c3d6e9f41c23bfe75a87f47 100644 (file)
 #ifndef __GTKCHOICEH__
 #define __GTKCHOICEH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "choice.h"
 #endif
 
+class WXDLLIMPEXP_BASE wxSortedArrayString;
+
 //-----------------------------------------------------------------------------
 // wxChoice
 //-----------------------------------------------------------------------------
@@ -69,6 +71,7 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
+    virtual bool IsOwnGtkWindow( GdkWindow *window );
 private:
     // common part of Create() and DoAppend()
     int GtkAddHelper(GtkWidget *menu, int pos, const wxString& item);