]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
compilation fix for gcc
[wxWidgets.git] / include / wx / gtk / choice.h
index 5f550d732a5f31bab5d10f6b45b4d984253625dc..19a4defb5a5426ebd4d0b47b21e1dcde91665594 100644 (file)
@@ -14,6 +14,8 @@
     #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);