]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / gtk / choice.h
index 5b0526a275934749668a4025be8b9649bbfb9aea..28a5efdcc0087d333927905f03d620f94293a7a7 100644 (file)
@@ -77,6 +77,8 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
+    virtual bool IsOwnGtkWindow( GdkWindow *window );
+
 protected:
     wxList m_clientList;    // contains the client data for the items
 
@@ -91,8 +93,6 @@ 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);